Skip to content

Commit

Permalink
Cleanup GH workflow and run only Shelley wallet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly committed Jan 3, 2025
1 parent 80e173a commit cd9f833
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,14 @@ jobs:

- name: Prepare Windows
run: |
choco install wget
choco install unzip
choco install nssm
choco install archiver
choco install zstandard
choco install awscli
- name: 🕒 Get Date/Time
working-directory: C:/cardano-wallet/test/e2e
run: bundle exec rake datetime

# - name: 💾 GH Cache node db
# id: cache-node
# uses: actions/cache@v3
# with:
# path: C:/cardano-wallet/test/e2e/state/node_db/preprod
# key: node-db-e2e-windows-preprod

- name: 🚢 Fetch preprod snapshot
working-directory: C:/cardano-wallet/test/e2e/
run: |
Expand Down Expand Up @@ -112,21 +102,14 @@ jobs:
working-directory: C:/cardano-wallet/test/e2e
run: bundle exec rake wait_until_node_synced

- name: 🧪 Run all tests
- name: 🧪 Run Some Tests
working-directory: C:/cardano-wallet/test/e2e
run: bundle exec rake spec SPEC_OPTS="-t %TAGS%"
run: bundle exec rake spec SPEC_OPTS="-e 'CardanoWallet::Shelley::Transactions'"

- name: 🏁 Stop node and wallet
working-directory: C:/cardano-wallet/test/e2e
run: bundle exec rake stop_node_and_wallet[preprod]

# - name: 💾 GH Save Cache of node db
# if: always()
# uses: actions/cache/save@v3
# with:
# path: C:/cardano-wallet/test/e2e/state/node_db/preprod
# key: node-db-e2e-windows-preprod

- name: 📎 Upload state
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit cd9f833

Please sign in to comment.