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:
|
test_linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
uses: ./.github/actions/env
|
uses: ./.github/actions/env
|
||||||
|
|
||||||
- name: Run setup-aftman
|
- name: Run setup-aftman
|
||||||
uses: ok-nick/setup-aftman@main
|
uses: ./
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
test_mac:
|
test_mac:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
uses: ./.github/actions/env
|
uses: ./.github/actions/env
|
||||||
|
|
||||||
- name: Run setup-aftman
|
- name: Run setup-aftman
|
||||||
uses: ok-nick/setup-aftman@main
|
uses: ./
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
test_windows:
|
test_windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
uses: ./.github/actions/env
|
uses: ./.github/actions/env
|
||||||
|
|
||||||
- name: Run setup-aftman
|
- name: Run setup-aftman
|
||||||
uses: ok-nick/setup-aftman@main
|
uses: ./
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue