test
This commit is contained in:
parent
df2110a4e7
commit
be214c30a8
1 changed files with 1 additions and 3 deletions
|
@ -11,15 +11,13 @@ jobs:
|
||||||
# env:
|
# env:
|
||||||
# SSH_PRIVATE_KEY: ${{ secrets.SOME_SECRET_THAT_REPRESENTS_THE_PRIVATE_KEY }}
|
# SSH_PRIVATE_KEY: ${{ secrets.SOME_SECRET_THAT_REPRESENTS_THE_PRIVATE_KEY }}
|
||||||
steps:
|
steps:
|
||||||
- run: apt update && apt install dnsutils -y && dig git.ifsr.de
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 'lts'
|
node-version: 'lts/*'
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue