Skip to content

Commit

Permalink
Reeanble idempotency check
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Apr 5, 2024
1 parent e59f3fb commit 6bf4a4b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,17 @@ jobs:
run: "./start-vm --container"

# Deploy components again for idempotency
#- name: Run start-vm --diff
# env:
# REEANTRANT: 1
# run: "./start-vm --diff"
- name: Run start-vm
env:
REEANTRANT: 1
run: "./start-vm --container --diff"

#- name: Run idempotency check...
# run: /usr/bin/python3 ./scripts/check-idempotency-status
- name: Run idempotency check...
run: /usr/bin/python3 ./scripts/check-idempotency-status

# Run SBS logintest
#- name: Run SBS logintest
# run: /usr/bin/python3 ./scripts/sbs-login.py
- name: Run SBS logintest
run: /usr/bin/python3 ./scripts/sbs-login.py

- name: Save screenshot of error
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6bf4a4b

Please sign in to comment.