Skip to content

Commit

Permalink
fix: pull in patch to resolve Sonoma issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten committed Feb 1, 2024
1 parent e720964 commit 5e34f2a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 35 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12, macos-13]
os: [macos-11, macos-12, macos-13, macos-14]
record: [true, false]
ignoreTccDb: [true, false]
steps:
Expand All @@ -33,30 +33,6 @@ jobs:
path: |
**/recordings/**/*
test-macos-14:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-14]
record: [true, false]
ignoreTccDb: [true]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Guidepup Setup
uses: ./
with:
record: ${{ matrix.record }}
ignoreTccDb: ${{ matrix.ignoreTccDb }}
- uses: actions/upload-artifact@v3
if: always()
with:
name: artifacts
path: |
**/recordings/**/*
test-windows:
runs-on: ${{ matrix.os }}
strategy:
Expand Down
4 changes: 2 additions & 2 deletions node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion node_modules/@guidepup/setup/lib/macOS/updateTccDb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@guidepup/setup/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidepup/setup-action",
"version": "0.15.1",
"version": "0.15.2",
"description": "GitHub Action to setup your environment for screen reader test automation.",
"main": "index.js",
"author": "Craig Morten <[email protected]>",
Expand All @@ -23,6 +23,6 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@guidepup/setup": "^0.15.1"
"@guidepup/setup": "^0.15.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
semver "^7.3.8"
shelljs "^0.8.5"

"@guidepup/setup@^0.15.1":
version "0.15.1"
resolved "https://registry.yarnpkg.com/@guidepup/setup/-/setup-0.15.1.tgz#66aa64611e2b42f0e26ac05768c1624c5e8e8f3f"
integrity sha512-FkTmyrnpvtoPCGXKdjdVWGu0KtHJg/KST2spjU9EJhj50S0wMyeLNfgMQ6k8tSQN4zY0d/a1Avh8A9N4bPQm/w==
"@guidepup/setup@^0.15.2":
version "0.15.2"
resolved "https://registry.yarnpkg.com/@guidepup/setup/-/setup-0.15.2.tgz#9186d4b2f7f3e574143634aad4e1307bce97539c"
integrity sha512-G8YgBvtXn4u6sCyjF77wGaH8qTBm88un3UYBYPIeevXpjEr25bmE/+Pf3/7hgff2pfDiNXJuJv81kdqU7HAE7w==
dependencies:
"@guidepup/guidepup" "^0.22.0"
chalk "^4.0.0"
Expand Down

0 comments on commit 5e34f2a

Please sign in to comment.