Skip to content

Commit 1e8e4df

Browse files
committed
chore: Pause empty e2e tests
1 parent 9345b39 commit 1e8e4df

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/workflow.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
- name: Unit tests
4646
run: |
4747
npm run test:ci
48-
- name: E2e tests
49-
env:
50-
STREAM_API_KEY: ${{ secrets.API_KEY }}
51-
STREAM_USER_ID: ${{ secrets.USER_ID }}
52-
STREAM_USER_TOKEN: ${{ secrets.USER_TOKEN }}
53-
run: |
54-
npm run e2e:ci
48+
# - name: E2e tests
49+
# env:
50+
# STREAM_API_KEY: ${{ secrets.API_KEY }}
51+
# STREAM_USER_ID: ${{ secrets.USER_ID }}
52+
# STREAM_USER_TOKEN: ${{ secrets.USER_TOKEN }}
53+
# run: |
54+
# npm run e2e:ci
5555
- name: Release
5656
env:
5757
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)