Skip to content

Commit

Permalink
GH actions tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnav committed Jan 31, 2025
1 parent 9558fc3 commit a41033b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: vscode-ui
name: e2e
on:
workflow_call:
jobs:
ui-tests:
e2e-tests:
env:
CI: true
CONNECT_LICENSE: ${{ secrets.CONNECT_LICENSE }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:

# E2E Tests
e2e:
needs: build
needs:
- build
- package
secrets: inherit
uses: ./.github/workflows/e2e.yaml

0 comments on commit a41033b

Please sign in to comment.