From 49ba1b52f193561f3f612671bb8e522988b4af93 Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Mon, 2 Oct 2023 16:27:09 +0200 Subject: [PATCH 1/2] ci: update conformance action --- .github/workflows/gateway-conformance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index 844241a..f0d7ab4 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -28,7 +28,7 @@ jobs: # 2. Download the gateway-conformance fixtures - name: Download gateway-conformance fixtures - uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.3.0 + uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.4 with: output: fixtures @@ -78,7 +78,7 @@ jobs: # 6. Run the gateway-conformance tests - name: Run gateway-conformance tests - uses: ipfs/gateway-conformance/.github/actions/test@v0.3.0 + uses: ipfs/gateway-conformance/.github/actions/test@v0.4 with: gateway-url: http://127.0.0.1:8081 json: output.json From 00627c5b40c8b8a19a7675a32609c1b750e08e21 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Tue, 3 Oct 2023 16:02:55 +0200 Subject: [PATCH 2/2] refactor(ci): use explicit versions this makes things stable --- .github/workflows/gateway-conformance.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index f0d7ab4..f35a28d 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -22,13 +22,13 @@ jobs: - name: Install Kubo gateway from source #uses: ipfs/download-ipfs-distribution-action@v1 run: | - go install github.com/ipfs/kubo/cmd/ipfs@4e3008fdf349e9506c95e36839b8bc832c3aab54 + go install github.com/ipfs/kubo/cmd/ipfs@v0.23.0-rc1 - name: Start Kubo gateway uses: ipfs/start-ipfs-daemon-action@v1 # 2. Download the gateway-conformance fixtures - name: Download gateway-conformance fixtures - uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.4 + uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@v0.4.0 with: output: fixtures @@ -78,7 +78,7 @@ jobs: # 6. Run the gateway-conformance tests - name: Run gateway-conformance tests - uses: ipfs/gateway-conformance/.github/actions/test@v0.4 + uses: ipfs/gateway-conformance/.github/actions/test@v0.4.0 with: gateway-url: http://127.0.0.1:8081 json: output.json