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 b75930e
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 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 @@ -85,3 +85,8 @@ jobs:
path: /tmp/verdaccio-workspace
- name: Test
run: ./scripts/integration-tests/e2e-${{ matrix.project }}.sh
- name: Setup upterm session
uses: lhotari/action-upterm@v1
if: always()
with:
limit-access-to-users: nicolo-ribaudo

0 comments on commit b75930e

Please sign in to comment.