Skip to content

Commit

Permalink
disable e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
canercidam committed Jan 3, 2024
1 parent d051aa6 commit cb4ef7b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
skip-pkg-cache: true
skip-build-cache: true
version: v1.52.2
- name: Prepare for E2E tests
run: |
sudo apt-get install wget
wget https://dist.ipfs.tech/kubo/v0.20.0/kubo_v0.20.0_linux-amd64.tar.gz
tar -xvzf kubo_v0.20.0_linux-amd64.tar.gz
cd kubo
sudo bash install.sh
ipfs --version
- name: Run E2E tests
run: make e2e
# - name: Prepare for E2E tests
# run: |
# sudo apt-get install wget
# wget https://dist.ipfs.tech/kubo/v0.20.0/kubo_v0.20.0_linux-amd64.tar.gz
# tar -xvzf kubo_v0.20.0_linux-amd64.tar.gz
# cd kubo
# sudo bash install.sh
# ipfs --version
# - name: Run E2E tests
# run: make e2e

0 comments on commit cb4ef7b

Please sign in to comment.