mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-13 05:00:37 +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
|
||||
done
|
||||
|
||||
- name: Test
|
||||
run: cat ./aftman.toml
|
||||
shell: bash
|
||||
|
||||
- name: Install tools
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -71,6 +67,7 @@ runs:
|
|||
if [ ${{ inputs.no-trust-check }} == true ]; then
|
||||
aftman install --no-trust-check
|
||||
else
|
||||
cat ./aftman.toml
|
||||
aftman install
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue