Skip to content

Commit 1548b77

Browse files
Merge remote-tracking branch 'origin/main' into runner_analyze
2 parents a0b54fc + 5bd2832 commit 1548b77

6 files changed

Lines changed: 31 additions & 15 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,12 @@ jobs:
6565
echo "Success: node_modules are up to date"
6666
6767
npm-test:
68-
runs-on: ubuntu-latest
68+
strategy:
69+
matrix:
70+
os: [ubuntu-latest,macos-latest]
71+
runs-on: ${{ matrix.os }}
6972

7073
steps:
7174
- uses: actions/checkout@v1
7275
- name: npm run-script test
73-
run: npm run-script test
76+
run: npm run-script test

lib/defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20200630"
2+
"bundleVersion": "codeql-bundle-20200826"
33
}

lib/tracer-config.test.js

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

lib/tracer-config.test.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.

0 commit comments

Comments
 (0)