Skip to content

Commit

Permalink
Update nightly-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmulji-ic authored Apr 25, 2023
1 parent e088034 commit 782276e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest] # We can add custom runners - https://github.com/actions/runner
runs-on: ${{ matrix.os }}

run-tests:
uses: cosmos/gaia/.github/workflows/test.yml@main

run-simulations:
uses: cosmos/gaia/.github/workflows/sims.yml@main
steps:
- name: run-tests
uses: cosmos/gaia/.github/workflows/test.yml@main
- name: run-simulations
uses: cosmos/gaia/.github/workflows/sims.yml@main


0 comments on commit 782276e

Please sign in to comment.