ci: debug
Some checks failed
Explore-GitHub-Actions

This commit is contained in:
cătălin 2023-04-07 17:34:23 +02:00
commit 6ff526875e
Signed by: catalin
GPG key ID: 686088EF78EE4083

View file

@ -4,7 +4,10 @@ on: [ push ]
jobs:
Explore-GitHub-Actions:
runs-on: mail
container:
image: alpine:latest
steps:
- run: apk add nodejs npm
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."