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 dd9b1bc commit 2bf474c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/e2e-registry1-weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,21 @@ jobs:
ref: "11526e8fe28d7699f8a7bf115d7920f95f66ea8e"
# x-release-please-end

- name: Setup Python
uses: ./.github/actions/python

- 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 }}

- name: Setup Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c #v5.0.0
with:
python-version-file: "pyproject.toml"

- name: Install Python Dependencies
run: pip install ".[dev]" "src/leapfrogai_api" "src/leapfrogai_sdk"

- name: Setup Playwright
run: |
npm --prefix src/leapfrogai_ui ci
Expand Down

0 comments on commit 2bf474c

Please sign in to comment.