Skip to content

Commit

Permalink
add e2e tests to the testnet CI
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed Dec 12, 2024
1 parent bbc84ef commit 88eea2c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# This cron expression triggers the workflow at 8:00 UTC every day
- cron: "8 0 * * *"
# uncomment to debug in a PR
#pull_request:
pull_request:

jobs:
build-and-deploy:
Expand Down Expand Up @@ -59,4 +59,9 @@ jobs:
- name: Deploy xycloans
run: |
cd ContractExamples
./scripts/xycloans-populate.sh
./scripts/xycloans-populate.sh
- name: End-to-end tests
run: |
cd solarkraft
npm run e2e

0 comments on commit 88eea2c

Please sign in to comment.