Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Sk8erboi84 committed Oct 26, 2023
1 parent 5b59775 commit d508d5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
SCARB_VERSION: 0.7.0
STARKNET_FOUNDRY_VERSION: 0.9.0
STARKNET_FOUNDRY_VERSION: 0.8.3

jobs:
check:
Expand All @@ -14,14 +14,6 @@ jobs:
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "0.7.0"
# - name: Set up Scarb
#ses: software-mansion/setup-scarb@v1
# Install Scarb from a nightly release
# run: |
# NIGHTLY_DATE=$(echo ${SCARB_VERSION} | cut -d '+' -f 2)
# wget https://github.com/software-mansion/scarb-nightlies/releases/download/${NIGHTLY_DATE}/scarb-${NIGHTLY_DATE}-x86_64-unknown-linux-gnu.tar.gz
# tar -xvf scarb-${NIGHTLY_DATE}-x86_64-unknown-linux-gnu.tar.gz
# sudo mv scarb-v${SCARB_VERSION}-x86_64-unknown-linux-gnu/bin/scarb /usr/local/bin
- name: Install starknet foundry
run: curl -L https://raw.githubusercontent.com/foundry-rs/starknet-foundry/master/scripts/install.sh | sh -s -- -v ${STARKNET_FOUNDRY_VERSION}
- name: Run cairo tests
Expand Down
4 changes: 2 additions & 2 deletions book/src/continuous-integration/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ The "Test" GitHub Actions workflow (`test.yml`) ensures the code's integrity by

**Environment Variables:**
- **SCARB_VERSION:** Specifies the Scarb version, currently set to `0.7.0`.
- **STARKNET_FOUNDRY_VERSION:** Defines the version of Starknet Foundry, currently set to `0.9.0`.
- **STARKNET_FOUNDRY_VERSION:** Defines the version of Starknet Foundry, currently set to `0.8.3`.

**Jobs:**
1. **Test & Check Job**:
Expand All @@ -198,7 +198,7 @@ on:
- main
env:
SCARB_VERSION: 0.7.0
STARKNET_FOUNDRY_VERSION: 0.9.0
STARKNET_FOUNDRY_VERSION: 0.8.3
jobs:
check:
Expand Down

0 comments on commit d508d5e

Please sign in to comment.