Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Aug 30, 2023
1 parent f00a17f commit 9864a5e
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
matrix:
project:
- babel
- babel-old-version
- create-react-app
- vue-cli
- jest
- react-native
- prettier
- angular-cli
# - babel-old-version
# - create-react-app
# - vue-cli
# - jest
# - react-native
# - prettier
# - angular-cli
steps:
- name: Get yarn1 cache directory path
id: yarn1-cache-dir-path
Expand Down Expand Up @@ -83,5 +83,9 @@ jobs:
with:
name: verdaccio-workspace
path: /tmp/verdaccio-workspace
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-users: nicolo-ribaudo
- name: Test
run: ./scripts/integration-tests/e2e-${{ matrix.project }}.sh

0 comments on commit 9864a5e

Please sign in to comment.