diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5972791..c016101 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,12 +6,12 @@ on: - main jobs: - iceberg-isolation-test: + iceberg-test: name: Test lakeFS isolation with iceberg runs-on: ubuntu-20.04 services: lakefs: - image: "treeverse/lakefs:latest" + image: "treeverse/lakefs:0.104.0" ports: - '8000:8000' env: @@ -51,4 +51,5 @@ jobs: run: | python ./test/run-test.py \ --storage_namespace s3://iceberg-lakefs-testing/${{ github.run_number }}-s3-gateway/${{ steps.unique.outputs.value }} \ - --repository gateway-test \ \ No newline at end of file + --repository gateway-test \ + \ No newline at end of file