Skip to content

Commit

Permalink
Add CI test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
szymmis committed Jul 27, 2023
1 parent d9624a3 commit f52068f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,23 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: ./

- name: "Setup Scarb without `scarb-version`"
uses: ./
- run: scarb --version

- name: "Setup Scarb with `scarb-version: ${{ matrix.scarb-version }}`"
uses: ./
with:
scarb-version: ${{ matrix.scarb-version }}
- run: scarb --version

- name: "Create .tool-versions file"
run: echo "scarb 0.5.2" >> .tool-versions
- name: "Setup Scarb using `.tool-versions` file"
uses: ./
- run: scarb --version

lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f52068f

Please sign in to comment.