Skip to content

Commit

Permalink
Update snapshot-on-push-master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleroy authored Jan 30, 2024
1 parent 6564e4c commit 24c463d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/snapshot-on-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: Build app (release)
run: msbuild src\cc65.sln -t:rebuild -property:Configuration=Release

- name: Run the regression tests (make test)
if: steps.check-sha.outputs.cache-hit != 'true'
shell: cmd
run: make test SHELL=cmd

build_linux:
name: Build, Test, and Snapshot (Linux)
if: github.repository == 'cc65/cc65'
Expand Down

0 comments on commit 24c463d

Please sign in to comment.