Skip to content

Commit

Permalink
bugfix: testing during action when i should be compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshankman committed Sep 15, 2022
1 parent 6cef44f commit fb38110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
yes | bash <(curl -s https://smartpy.io/cli/install.sh)
- name: Ensure Contracts Compile
run: npm run test
run: npm run compile

- name: Unit Test
run: npm run test
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Ensure Contracts Compile
run: npm run compile

- name: Ensure Contracts Pass Tests
run: npm run test

- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@main
Expand Down

0 comments on commit fb38110

Please sign in to comment.