Skip to content

Commit 26ae4ca

Browse files
atergaArshavir Ter-Gabrielyan
authored andcommitted
Update e2e.yml
1 parent 26b2332 commit 26ae4ca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/e2e.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ jobs:
4646
uses: dfinity/setup-dfx@main
4747
- name: Set prebuilt extensions directory
4848
run: echo "PREBUILT_EXTENSIONS_DIR=$HOME/prebuilt-extensions" >> $GITHUB_ENV
49-
- name: Build extension manually
50-
run: .github/workflows/build-extension-manually.sh ${{ matrix.extension }}
51-
- name: Build nns manually
52-
run: .github/workflows/build-extension-manually.sh nns
53-
if: matrix.extension == 'sns'
54-
- name: run test
55-
run: timeout 2400 e2e/bats/bin/bats extensions/${{ matrix.extension }}/e2e/tests/*.bash
49+
# - name: Build extension manually
50+
# run: .github/workflows/build-extension-manually.sh ${{ matrix.extension }}
51+
# - name: Build nns manually
52+
# run: .github/workflows/build-extension-manually.sh nns
53+
# if: matrix.extension == 'sns'
54+
# - name: run test
55+
# run: timeout 2400 e2e/bats/bin/bats extensions/${{ matrix.extension }}/e2e/tests/*.bash
5656
- name: run sns tests
57-
run: timeout 2400 e2e/launch-simple-sns.sh
57+
run: timeout 2400 bash e2e/launch-simple-sns.sh
5858

5959
aggregate:
6060
name: e2e:required

0 commit comments

Comments
 (0)