mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-13 13:20:36 +00:00
test
This commit is contained in:
parent
a91bac5d32
commit
4ba44cf0da
1 changed files with 1 additions and 4 deletions
|
@ -60,10 +60,6 @@ runs:
|
||||||
aftman trust $name
|
aftman trust $name
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Test
|
|
||||||
run: cat ./aftman.toml
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
@ -71,6 +67,7 @@ runs:
|
||||||
if [ ${{ inputs.no-trust-check }} == true ]; then
|
if [ ${{ inputs.no-trust-check }} == true ]; then
|
||||||
aftman install --no-trust-check
|
aftman install --no-trust-check
|
||||||
else
|
else
|
||||||
|
cat ./aftman.toml
|
||||||
aftman install
|
aftman install
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue