Skip to content

Commit

Permalink
chore: update e2e workflow (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain authored Jul 15, 2024
1 parent 810c4bd commit 6c62498
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
retention-days: 7

run-tests:
runs-on: ubuntu-latest
# https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html#sample-github-action-runners-create-project
runs-on: codebuild-ThorGHA-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
needs: build-docker-image
env:
THOR_IMAGE: vechain/thor:${{ github.sha }}
Expand All @@ -44,7 +45,7 @@ jobs:
with:
repository: vechain/thor-e2e-tests
# https://github.com/vechain/thor-e2e-tests/tree/00bd3f1b949b05da94e82686e0089a11a136c34c
ref: 48aa71d61ee6438cc270f541a6a369731717ac06
ref: 4f984b8afd3bb21639f6838fd8c99bf64a9367f2

- name: Download artifact
uses: actions/download-artifact@v4
Expand All @@ -55,7 +56,7 @@ jobs:
- name: Setup Node JS
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'

- name: Load image
run: |
Expand All @@ -66,6 +67,7 @@ jobs:
run: |
export THOR_IMAGE=vechain/thor:${{ github.sha }}
yarn install
yarn docker:up
yarn test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6c62498

Please sign in to comment.