Skip to content

Commit

Permalink
refactor CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Oct 29, 2023
1 parent cb87d18 commit 0da8d77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
workflow_dispatch:

jobs:
run-test-basic-demos:
name: learn-the-basics
uses: ./.github/workflows/_basic-test.yml

start-vm:
runs-on: ubuntu-latest
if: always() # Run this job always, regardless of the status of run-test-basics
Expand Down Expand Up @@ -67,4 +63,8 @@ jobs:
python3 db_auth.py ${{ secrets.DB_ENDPOINT }} ${{ secrets.DB_OBJ_ID }}
python3 vm_auth.py ${{ secrets.SSH_USERNAME }} ${{ secrets.SSH_PASSPHRASE }} "true"
run-test-basic-demos:
name: learn-the-basics
uses: ./.github/workflows/_basic-test.yml


0 comments on commit 0da8d77

Please sign in to comment.