mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-22 17:34:27 +01:00
antithesis: Upload config image in GitHub Actions workflow
The Antithesis config image was not being uploaded during CI runs, only the workload image. This caused experiment failures when the config image expired from the registry after 6 months of inactivity.
This commit is contained in:
5
.github/workflows/antithesis.yml
vendored
5
.github/workflows/antithesis.yml
vendored
@@ -24,8 +24,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Publish workload
|
||||
- name: Publish workload
|
||||
run: bash ./scripts/antithesis/publish-workload.sh
|
||||
|
||||
- name: Publish config
|
||||
run: bash ./scripts/antithesis/publish-config.sh
|
||||
|
||||
- name: Launch experiment
|
||||
run: bash ./scripts/antithesis/launch.sh
|
||||
|
||||
Reference in New Issue
Block a user