Skip to content

Commit

Permalink
update: update condition in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Mar 8, 2024
1 parent 40e023e commit 13a4bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:

# Backup Database
- name: Backup Database
if: steps.db-port.outcome == 'success'
if: always()
run: |
cd tests/pw
npm run wp-env run tests-cli wp db export wp-data/db.sql
Expand Down

0 comments on commit 13a4bdc

Please sign in to comment.