Skip to content

Commit

Permalink
putting correct keywords back so they go into the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
lb324567 committed Jul 22, 2022
1 parent f96aa22 commit 7398b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
# The below line does the following, check if the branch name contains the words 'windows' or 'release'.
# If these words are present it runs the tests on Windows AND Ubuntu. If the words aren't present it runs the tests on Ubuntu ONLY
os: ${{ fromJSON( (contains( github.head_ref, 'bilbo') || contains( github.head_ref, 'frodo') ) && '["ubuntu-latest", "windows-latest"]' || '["ubuntu-latest"]' ) }}
os: ${{ fromJSON( (contains( github.head_ref, 'windows') || contains( github.head_ref, 'release') ) && '["ubuntu-latest", "windows-latest"]' || '["ubuntu-latest"]' ) }}
modules:
- name: Core
values: :gaffer2,:core,:access,:cache,:common-util,:data,:exception,:graph,:operation,:serialisation,:store,:type
Expand Down

0 comments on commit 7398b99

Please sign in to comment.