Skip to content

Commit

Permalink
rename process
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-Topher committed Oct 25, 2023
1 parent 7bd2acc commit 51f19fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
export API_KEY=`sudo maas apikey --username=admin`
maas login admin http://localhost:5240/MAAS $API_KEY
maas admin users create username=user password=test [email protected] is_superuser=0
- name: Ensure that images have successfully synced
- name: Wait for MAAS boot resources
run: while [ $(maas admin boot-resources is-importing | cat) == "true" ]; do sleep 10; done; echo "syncing finished"
- name: Run Cypress tests with a user
uses: cypress-io/github-action@v4
Expand Down

0 comments on commit 51f19fd

Please sign in to comment.