Skip to content

Commit

Permalink
chore(deps): update dependencies + disable E2E tests (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Jun 19, 2023
1 parent ccbd5b7 commit 7d422ca
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 181 deletions.
35 changes: 17 additions & 18 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,20 @@ jobs:
run: npm i -g yarn
- name: Run integration tests
run: npm run test:integration

e2e-simple:
name: E2E Simple
uses: ./.github/workflows/e2e-base.yml
with:
testScript: 'tasks/e2e-simple.sh'

e2e-installs:
name: E2E Installs
uses: ./.github/workflows/e2e-base.yml
with:
testScript: 'tasks/e2e-installs.sh'

e2e-kitchensink:
name: E2E Kitchensink
uses: ./.github/workflows/e2e-base.yml
with:
testScript: 'tasks/e2e-kitchensink.sh'
# e2e-simple:
# name: E2E Simple
# uses: ./.github/workflows/e2e-base.yml
# with:
# testScript: 'tasks/e2e-simple.sh'
#
# e2e-installs:
# name: E2E Installs
# uses: ./.github/workflows/e2e-base.yml
# with:
# testScript: 'tasks/e2e-installs.sh'
#
# e2e-kitchensink:
# name: E2E Kitchensink
# uses: ./.github/workflows/e2e-base.yml
# with:
# testScript: 'tasks/e2e-kitchensink.sh'
Loading

0 comments on commit 7d422ca

Please sign in to comment.