File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,13 @@ jobs:
37
37
env :
38
38
TC_CLOUD_TOKEN : ${{ secrets.TC_CLOUD_TOKEN }}
39
39
steps :
40
- - id : linux
41
- run : echo "os=ubuntu-latest" >> $GITHUB_OUTPUT
42
- - id : macos
43
- run : echo "os=macos-13" >> $GITHUB_OUTPUT
44
- # Don't run MacOS if there is no TestContainers API token which is the case on forks. We need it for container tests.
45
- if : ${{ env.TC_CLOUD_TOKEN != '' }}
40
+ # disable these until we get it green
41
+ # - id: linux
42
+ # run: echo "os=ubuntu-latest" >> $GITHUB_OUTPUT
43
+ # - id: macos
44
+ # run: echo "os=macos-13" >> $GITHUB_OUTPUT
45
+ # # Don't run MacOS if there is no TestContainers API token which is the case on forks. We need it for container tests.
46
+ # if: ${{ env.TC_CLOUD_TOKEN != '' }}
46
47
- id : windows
47
48
run : echo "os=windows-latest" >> $GITHUB_OUTPUT
48
49
# Only run on main branch (not PRs) to minimize windows minutes (billed at 2X)
You can’t perform that action at this time.
0 commit comments