Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Oct 20, 2023
1 parent d1bf970 commit a4753b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
run: echo "os=ubuntu-latest" >> $GITHUB_OUTPUT
- id: rbe
run: echo "os=macos-latest" >> $GITHUB_OUTPUT
# Don't run MocOS if there is no TestContainers API token which is the case on forks
# We expect to use it at some point for tests that need a docker daemon.
# Don't run MacOS if there is no TestContainers API token which is the case on forks. We need it for container tests.
if: ${{ env.TC_CLOUD_TOKEN != '' }}
outputs:
# Will look like ["ubuntu-latest", "macos-latest"]
Expand Down

0 comments on commit a4753b9

Please sign in to comment.