Skip to content

Commit

Permalink
feat: add scarb versioning to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix authored and AbdelStark committed Nov 1, 2023
1 parent 0682b1e commit 910400e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: actions/checkout@v3
- name: Step 2 - Getting scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: 2.3.1
- name: Step 3 - Trying to build
run: scarb build

Expand All @@ -23,6 +25,8 @@ jobs:
uses: actions/checkout@v3
- name: Step 2 - Getting scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: 2.3.1
- name: Step 3 - Running tests
run: scarb test

Expand All @@ -35,6 +39,7 @@ jobs:
uses: actions/checkout@v3
- name: Step 2 - Getting scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: 2.3.1
- name: Step 3 - Checking formatting
run: scarb fmt --check

0 comments on commit 910400e

Please sign in to comment.