Add macos test because of it looks flaky

https://github.com/kachick/asdf-cargo-make/actions/workflows/rtx.yml
This commit is contained in:
Kenichi Kamiya 2023-02-23 03:26:44 +09:00
parent 466110084b
commit 90cd64f028

View file

@ -16,13 +16,23 @@ jobs:
- run: |
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
tool_versions:
- |
nodejs 18
- |
nodejs 16
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: ./
with:
tool_versions: |
nodejs 18
tool_versions: ${{ matrix.tool_versions }}
- run: rtx --version
- run: rtx exec -- node --version
- run: which node