Skip to content

Commit

Permalink
test(extension): debug failing nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed Jul 15, 2024
1 parent 6a29b3c commit d4fc171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/shared/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ runs:
echo "Build artifact found and downloaded"
echo "build_exists=true" >> $GITHUB_OUTPUT
fi
- name: Setup upterm session
if: always()
uses: lhotari/action-upterm@v1
- name: Configure Yarn to use GitHub Packages
if: steps.check-build-exists.outputs.build_exists == 'false'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
strategy:
fail-fast: false
matrix:
batch: [1, 2, 4, 5, 6, 7, 8, 12, 13, 14, 16]
batch: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit d4fc171

Please sign in to comment.