Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix-maven-concurrency #3479

Merged
merged 29 commits into from
Jan 9, 2022
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
7ea53dd
fix-maven-concurrency
ericvergnaud Jan 6, 2022
cdc8ae6
Update windows.yml
ericvergnaud Jan 6, 2022
b4bcaf5
Update windows.yml
ericvergnaud Jan 6, 2022
76520cd
Update windows.yml
ericvergnaud Jan 6, 2022
0059c0b
Update windows.yml
ericvergnaud Jan 6, 2022
bda30d1
Update windows.yml
ericvergnaud Jan 8, 2022
19488c0
Update windows.yml
ericvergnaud Jan 8, 2022
a02b464
Update windows.yml
ericvergnaud Jan 8, 2022
ab3b32c
Update run-tests-python2.cmd
ericvergnaud Jan 8, 2022
277e455
Update run-tests-python3.cmd
ericvergnaud Jan 8, 2022
ef2b611
Update windows.yml
ericvergnaud Jan 8, 2022
3974043
Update windows.yml
ericvergnaud Jan 8, 2022
a1b7b25
Update windows.yml
ericvergnaud Jan 8, 2022
883b7c5
Update windows.yml
ericvergnaud Jan 8, 2022
cf7a177
Update windows.yml
ericvergnaud Jan 8, 2022
b4106fc
Update windows.yml
ericvergnaud Jan 8, 2022
85cc0dc
Update windows.yml
ericvergnaud Jan 8, 2022
15fb2b9
Update windows.yml
ericvergnaud Jan 8, 2022
70e8cc7
Update windows.yml
ericvergnaud Jan 8, 2022
1a5f4c2
Update run-tests-php.cmd
ericvergnaud Jan 8, 2022
a3a8244
Update windows.yml
ericvergnaud Jan 8, 2022
a562f47
Update run-tests-dart.cmd
ericvergnaud Jan 8, 2022
8600234
Update run-tests-csharp.cmd
ericvergnaud Jan 9, 2022
80de010
Update run-tests-go.cmd
ericvergnaud Jan 9, 2022
26d5d0f
Update run-tests-java.cmd
ericvergnaud Jan 9, 2022
2f8c825
Update run-tests-javascript.cmd
ericvergnaud Jan 9, 2022
5a0bf19
Update run-tests-php.cmd
ericvergnaud Jan 9, 2022
b175037
Update run-tests-python2.cmd
ericvergnaud Jan 9, 2022
a9ebe68
Update run-tests-python3.cmd
ericvergnaud Jan 9, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update windows.yml
  • Loading branch information
ericvergnaud authored Jan 8, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit a02b464fa930b50d5da3682eef8434953234cd3c
15 changes: 8 additions & 7 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -25,15 +25,16 @@ jobs:
uses: stCarolas/setup-maven@v4
with:
maven-version: 3.5.4
- name: Set up Python 2
if: ${{ matrix.TARGET }} == 'python2'
uses: actions/setup-python@v2
with:
python-version: '2.x'
architecture: 'x64'
# fails due to permissions, use global install
# - name: Set up Python 2
# if: matrix.TARGET == 'python2'
# uses: actions/setup-python@v2
# with:
# python-version: '2.x'
# architecture: 'x64'
# fails due to permissions, use global install
# - name: Set up Python 3
# if: ${{ matrix.TARGET }} == 'python3'
# if: matrix.TARGET == 'python3'
# uses: actions/setup-python@v2
# with:
# python-version: '3.x'