mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
checkout and fix path
This commit is contained in:
parent
cab3b3d1ca
commit
de789e1b54
1 changed files with 9 additions and 3 deletions
12
.github/workflows/CI.yml
vendored
12
.github/workflows/CI.yml
vendored
|
@ -5,33 +5,39 @@ jobs:
|
|||
test_linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup environment
|
||||
uses: ./.github/actions/env
|
||||
|
||||
- name: Run setup-aftman
|
||||
uses: ok-nick/setup-aftman@main
|
||||
uses: ./
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
test_mac:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup environment
|
||||
uses: ./.github/actions/env
|
||||
|
||||
- name: Run setup-aftman
|
||||
uses: ok-nick/setup-aftman@main
|
||||
uses: ./
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
test_windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup environment
|
||||
uses: ./.github/actions/env
|
||||
|
||||
- name: Run setup-aftman
|
||||
uses: ok-nick/setup-aftman@main
|
||||
uses: ./
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue