mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 20:37:42 +00:00
8
.github/workflows/dist.yml
vendored
8
.github/workflows/dist.yml
vendored
@@ -18,16 +18,16 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.6"
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: "10.x"
|
node-version: "10.x"
|
||||||
|
|
||||||
- name: gettext for django
|
- name: gettext for django
|
||||||
run: sudo apt-get install gettext
|
run: sudo apt-get install gettext python3-wheel
|
||||||
|
|
||||||
- name: Build dist branch
|
- name: Build dist branch
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE/tests/
|
cd $GITHUB_WORKSPACE/tests/
|
||||||
chmod +x github_actions_dist.sh
|
chmod +x github_actions_dist.sh
|
||||||
./github_actions_dist.sh
|
./github_actions_dist.sh
|
||||||
|
Reference in New Issue
Block a user