Skip to content

Commit

Permalink
pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnro314 committed Jul 13, 2023
1 parent 8923624 commit 86406ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 \
--repository gateway-test \

0 comments on commit 86406ce

Please sign in to comment.