mirror of
https://github.com/berdav/snappy-fox
synced 2025-02-17 20:10:44 +01:00
Workflow fix
This commit is contained in:
parent
5de93552f7
commit
962260e90a
@ -16,9 +16,9 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
working-directory: ./test
|
||||||
run: |
|
run: |
|
||||||
cd test
|
bash run-tests.sh
|
||||||
bash run-test.sh
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user