Skip to content

Commit

Permalink
Os fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Jul 12, 2024
1 parent 9d9cd44 commit 93b73c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
uses: ./.github/workflows/new_tests.yml # calls the one above ^
with:
run_label: ${{ matrix.label }}
run_os: ${{ matrix.os }}
secrets: inherit
9 changes: 5 additions & 4 deletions .github/workflows/new_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
run_label:
required: true
type: string
run_os:
required: true
type: string

# push:
# branches:
Expand All @@ -34,13 +37,11 @@ env:
defaults:
run:
shell: bash -l {0}




jobs:
non-continuum:
name: non-continuum-${{ inputs.run_label }}
runs-on: ${{ inputs.run_label }}
runs-on: ${{ inputs.run_os }}
steps:
- name: Setup tardis
uses: ./.github/actions/setup_tardis
Expand Down

0 comments on commit 93b73c7

Please sign in to comment.