Security improvements #6
Some checks are pending
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Waiting to run
CI/CD Pipeline with Secure Ephemeral PiP / test-frontend (push) Blocked by required conditions
CI/CD Pipeline with Secure Ephemeral PiP / build-backend (push) Blocked by required conditions
CI/CD Pipeline with Secure Ephemeral PiP / build-frontend (push) Blocked by required conditions
CI/CD Pipeline with Secure Ephemeral PiP / cleanup (push) Blocked by required conditions
Some checks are pending
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Waiting to run
CI/CD Pipeline with Secure Ephemeral PiP / test-frontend (push) Blocked by required conditions
CI/CD Pipeline with Secure Ephemeral PiP / build-backend (push) Blocked by required conditions
CI/CD Pipeline with Secure Ephemeral PiP / build-frontend (push) Blocked by required conditions
CI/CD Pipeline with Secure Ephemeral PiP / cleanup (push) Blocked by required conditions
This commit is contained in:
parent
9fafe288c7
commit
2b9df36966
1 changed files with 8 additions and 8 deletions
|
@ -69,14 +69,14 @@ jobs:
|
||||||
|
|
||||||
- name: Run backend integration tests
|
- name: Run backend integration tests
|
||||||
run: |
|
run: |
|
||||||
podman exec -e WORKSPACE="${GITHUB_WORKSPACE}" ci-pip-$RUN_ID sh -lc \
|
podman exec -e WORKSPACE="${GITHUB_WORKSPACE}" -e RUN_ID="${RUN_ID}" ci-pip-$RUN_ID sh -lc '
|
||||||
'podman run --rm \
|
podman run --rm \
|
||||||
--network integ-$RUN_ID \
|
--network integ-$RUN_ID \
|
||||||
-v "$WORKSPACE":/workspace \
|
-v "$WORKSPACE":/workspace \
|
||||||
-w /workspace \
|
-w /workspace \
|
||||||
-e DATABASE_URL=postgres://testuser:testpassword@test-postgres:5432/testdb \
|
-e DATABASE_URL=postgres://testuser:testpassword@test-postgres:5432/testdb \
|
||||||
rust@sha256:1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef \
|
rust@sha256:1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef \
|
||||||
sh -c "cargo test --test '*' -- --test-threads=1"'
|
sh -c "cargo test --test '"'"'*'"'"' -- --test-threads=1"'
|
||||||
|
|
||||||
- name: Cleanup test resources
|
- name: Cleanup test resources
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Add table
Reference in a new issue