Skip to content

Commit

Permalink
Merge branch 'integration-tests' into QA-657-rebase-test4
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Feb 9, 2024
2 parents 2722700 + d8daa3d commit ec09dfa
Show file tree
Hide file tree
Showing 3 changed files with 912 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/app-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ jobs:
default_network_value_for_e2e: "/?network=mainnet"
publish_to_allure: true
environmentTags: "and not @featureEnv"

6 changes: 6 additions & 0 deletions .github/workflows/app-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'

- name: Cache node modules
id: cache-nodemodules
uses: actions/cache@v3
Expand Down
Loading

0 comments on commit ec09dfa

Please sign in to comment.