This commit is contained in:
Philipp Hofer 2025-03-06 10:09:51 +01:00
parent 7b2c47613c
commit 4820f8c798

View File

@ -14,6 +14,10 @@ jobs:
container: container:
image: git.hofer.link/philipp/ci-images:rust-latest image: git.hofer.link/philipp/ci-images:rust-latest
steps: steps:
- name: Pull Latest CI Image
run: |
docker pull git.hofer.link/philipp/ci-images:rust-latest
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Run Test DB Script - name: Run Test DB Script
run: ./test_db.sh run: ./test_db.sh