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:
|
||||
# SSH_PRIVATE_KEY: ${{ secrets.SOME_SECRET_THAT_REPRESENTS_THE_PRIVATE_KEY }}
|
||||
steps:
|
||||
- run: apt update && apt install dnsutils -y && dig git.ifsr.de
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 'lts'
|
||||
node-version: 'lts/*'
|
||||
|
||||
- run: npm ci
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue