Skip to content

Commit

Permalink
adds test for sui
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka committed May 17, 2024
1 parent a0e41be commit 067e2c5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,20 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: promtool --version
sui:
strategy:
matrix:
version: [ "latest" ]
runs-on: [ "ubuntu-latest" ]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm run build
- uses: ./
with:
repo: MystenLabs/sui
platform: ubuntu
cache: enable
extension: '.tgz'
- run: sui --version

0 comments on commit 067e2c5

Please sign in to comment.