Skip to content

Commit

Permalink
Update e2e-registry1-weekly.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw authored Sep 20, 2024
1 parent 89d0d69 commit dd9b1bc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/e2e-registry1-weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,12 @@ jobs:
- name: Setup Python
uses: ./.github/actions/python

- name: Install API and SDK Dev Dependencies
run : |
make install
- name: Setup UDS Cluster
uses: ./.github/actions/uds-cluster
with:
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
ghToken: ${{ secrets.GITHUB_TOKEN }}
udsCliVersion: 0.14.0

- name: Create UDS Cluster
shell: bash
run: |
UDS_CONFIG=.github/config/uds-config.yaml make create-uds-cpu-cluster

- name: Setup Playwright
run: |
Expand Down

0 comments on commit dd9b1bc

Please sign in to comment.