Skip to content

Commit

Permalink
Add runs-on to job
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Der committed Apr 9, 2024
1 parent fdee2f7 commit 4bd1a73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/.github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
jobs:
get-env-vars:
name: Get Environment vars
runs-on: ubuntu-latest
outputs:
CODECOV_TOKEN: ${{ env.CODECOV_TOKEN }}
steps:
Expand Down

0 comments on commit 4bd1a73

Please sign in to comment.