Skip to content

Commit

Permalink
Check that test case works
Browse files Browse the repository at this point in the history
  • Loading branch information
friedbyalice committed May 6, 2024
1 parent c358d81 commit bf464ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: Tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
on: push

jobs:
create-install-dir-test:
Expand Down Expand Up @@ -331,7 +326,7 @@ jobs:
name: Test action outputs
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
cache: [true, false]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion scripts/configure_paths.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if [[ ${ARCH} != "X64" && ! ( ${OS} == "macOS" && ${ARCH} == "ARM64" ) ]]; then
if [[ ${ARCH} != "X64" ]]; then
echo "::error::Architecture '${ARCH}' is unsupported by build-wrapper"
exit 1
fi
Expand Down

0 comments on commit bf464ac

Please sign in to comment.