Skip to content

Commit

Permalink
Update test.yml crate.io->cratedb.com
Browse files Browse the repository at this point in the history
  • Loading branch information
matriv authored Sep 26, 2023
1 parent d9ad41d commit 69dfd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:

- name: Generate Dockerfile & run tests
run: |
VERSION=$(curl -s https://crate.io/versions.json | grep crate_testing | tr -d '" ' | cut -d ":" -f2)
VERSION=$(curl -s https://cratedb.com/versions.json | grep crate_testing | tr -d '" ' | cut -d ":" -f2)
./update.py --cratedb-version ${VERSION} > Dockerfile
PATH_TO_IMAGE=. zope-testrunner --path . -s tests --color

0 comments on commit 69dfd17

Please sign in to comment.