Skip to content

Commit

Permalink
Updating GitHub Actions File
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-blumenfeld committed Aug 30, 2024
1 parent e1a6f81 commit 3de4bf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Create Aura instance
run: |
source ws.env
python .github/scripts/aura.py configure \
--tenant-id $AURA_TENANT_ID \
--client-id $AURA_CLIENT_ID \
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:

- name: Delete Aura instance
run: |
source ws.env
python .github/scripts/aura.py delete \
--tenant-id $AURA_TENANT_ID \
--client-id $AURA_CLIENT_ID \
Expand Down

0 comments on commit 3de4bf8

Please sign in to comment.