Skip to content

Commit

Permalink
Merge pull request #397 from NethermindEth/feat/ci_cd_cleanup
Browse files Browse the repository at this point in the history
GH Actions tweaks
  • Loading branch information
stranger80 authored Oct 6, 2023
2 parents 61e7f8f + 9cd185a commit 6d2e2e0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main_ci_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,16 @@ jobs:
env:
TESTNET_ACCOUNT_PRIVATE_KEY: ${{ secrets.TESTNET_ACCOUNT_PRIVATE_KEY }}
INTEGRATION_BASE: "https://starknet.cartridge.gg/"

# Test Account on devnet
- name: Test Account on devnet
run: echo "Skip for now - until account tests stable"
#run: cd account && go test -timeout 600s -v -env devnet .
env:
TESTNET_ACCOUNT_PRIVATE_KEY: ${{ secrets.TESTNET_ACCOUNT_PRIVATE_KEY }}
INTEGRATION_BASE: "http://localhost:5050"

# Test Account on mock
- name: Test Account with mocks
run: echo "Skip for now - until account tests stable"
#run: cd account && go test -v . -env mock

0 comments on commit 6d2e2e0

Please sign in to comment.