Skip to content

Commit

Permalink
Action coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
berdav committed Feb 19, 2024
1 parent c4b03fb commit 5202490
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-action-test-snappy-fox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ jobs:
- name: Install prerequisites
run: |
sudo apt-get -y install build-essential
- name: Check out repository code
uses: actions/checkout@v2

- name: Run tests
working-directory: ./test
run: |
bash run-tests.sh
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 5202490

Please sign in to comment.