Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Jan 5, 2023
1 parent 8ed686a commit 3e8fd81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@ jobs:
install:
strategy:
matrix:
os: [macos-12, ubuntu-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}
- name: Install test
continue-on-error: true
run: |
curl -o install.sh -fsSL https://raw.github.com/rcmdnk/homebrew-file/install/install.sh
chmod 755 ./install.sh
./install.sh
rm -f install.sh
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
test:
strategy:
matrix:
Expand Down

0 comments on commit 3e8fd81

Please sign in to comment.