We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8854a commit 97a6d08Copy full SHA for 97a6d08
1 file changed
.github/workflows/e2e.yml
@@ -17,19 +17,6 @@ jobs:
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v4
20
-
21
- - name: Ensure gh is available
22
- run: |
23
- gh --version
24
25
- - name: Authenticate gh CLI using GITHUB_TOKEN
26
- env:
27
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
29
- echo "Authenticating gh CLI..."
30
- echo "$GITHUB_TOKEN" | gh auth login --with-token
31
- gh auth status
32
33
- name: Run e2e tests and publish output to job summary
34
env:
35
GITHUB_STEP_SUMMARY: ${{ github.step_summary }}
0 commit comments