fix(ci): ping was not found
Some checks failed
create artifact with nixin website / Create artifact (push) Failing after 13s
deploy to prod / Build and deploy site (push) Successful in 25s

This commit is contained in:
Florian Schmitt 2024-12-16 14:23:24 +03:00
parent ab0d6aba96
commit 2c1c09943c

View file

@ -9,7 +9,9 @@ jobs:
runs-on: debian-latest runs-on: debian-latest
steps: steps:
- name: debug style - name: debug style
run: ping git.distrilab.fr -c1 run: |
apt-get install -y iputils-ping
ping git.distrilab.fr -c1
- name: checkout repository - name: checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: npm ci - name: npm ci