Skip to content

Commit db1ac24

Browse files
authored
Merge pull request #165 from aminya/deps
2 parents aefaf6c + 7b993ab commit db1ac24

18 files changed

+2775
-2594
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- windows-2019
2222
- ubuntu-22.04
2323
- ubuntu-20.04
24-
- ubuntu-18.04
2524
- macos-12
2625
- macos-11
2726
node:
@@ -63,14 +62,13 @@ jobs:
6362
# uses: mxschmitt/action-tmate@v3
6463

6564
- name: Test
66-
if: "!contains(github.event.head_commit.message, '[skip test]')"
65+
if: "${{ !contains(github.event.head_commit.message, '[skip test]') }}"
6766
run: |
6867
pnpm run test
69-
continue-on-error: ${{ contains(matrix.os, 'ubuntu-18.04') }}
7068
7169
# Create self-contained executable that bundles Nodejs
7270
- name: Create Executable
73-
if: "contains(matrix.os, 'windows-2022') || contains(matrix.os, 'ubuntu-22.04') || contains(matrix.os, 'macos-12')"
71+
if: "${{ contains(matrix.os, 'windows-2022') || contains(matrix.os, 'ubuntu-22.04') || contains(matrix.os, 'macos-12') }}"
7472
run: |
7573
pnpm run pack.exe
7674

dist/node12/actions_python.3ce29888.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/actions_python.3ce29888.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/actions_python.72600e36.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/node12/actions_python.72600e36.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/node12/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/actions_python.01e0e91f.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/actions_python.01e0e91f.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/actions_python.ece30da2.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)