Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
LamaAni committed Jul 29, 2024
1 parent b94cd5a commit 8233d20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
id: compile
run: bash src/compile >| zbash_config.sh && chmod +x zbash_config.sh

- name: "Test the code"
id: test_code
run: zbash_config.sh test

- name: "Release: Upload files"
if: github.event_name == 'release'
uses: AButler/[email protected]
Expand Down

0 comments on commit 8233d20

Please sign in to comment.