Skip to content

Commit

Permalink
remove matrix.groups
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Mar 13, 2024
1 parent 75618e2 commit aadfda6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sitespeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ jobs:
- name: Create MAAS admin
run: sudo maas createadmin --username=admin --password=test --email=fake@example.org
- name: Login MAAS admin
if: matrix.groups == 'with-users'
run: |
export API_KEY=`sudo maas apikey --username=admin`
maas login admin http://localhost:5240/MAAS $API_KEY
- name: Wait for MAAS boot resources
if: matrix.groups == 'with-users'
shell: bash
run: while [ $(maas admin boot-resources is-importing | cat) == "true" ]; do sleep 10; done; echo "syncing finished"
- name: Run sitespeed.io tests
Expand Down

0 comments on commit aadfda6

Please sign in to comment.