Skip to content

Commit

Permalink
Update the test package to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Feb 26, 2020
1 parent c1444cf commit 36c6924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ jobs:
uses: Legion2/[email protected]
with:
repository: ${{ steps.git_org.outputs.current_organization }}/machine-tests
tag: 'v0.2.0'
file: machine-tests-v0.2.0.tar.gz
tag: 'v0.3.0'
file: machine-tests-v0.3.0.tar.gz
token: ${{ secrets.CI_TOKEN }}

- name: Untar test suite
run: mkdir -p /opt/cartesi/tests && tar -xzf machine-tests-v0.2.0.tar.gz -C /opt/cartesi/tests
run: mkdir -p /opt/cartesi/tests && tar -xzf machine-tests-v0.3.0.tar.gz -C /opt/cartesi/tests

- name: Run test suite
run: /opt/cartesi/bin/luapp5.3 /opt/cartesi/lib/luapp/5.3/cartesi-machine-tests.lua --test-path=/opt/cartesi/tests run
Expand Down

0 comments on commit 36c6924

Please sign in to comment.