test-ci #3

Closed
matthieu wants to merge 13 commits from test-ci into master
Showing only changes of commit 88a9b70d53 - Show all commits

View File

@@ -10,14 +10,12 @@ on:
jobs:
build:
runs-on: self-hosted # on utilise TON runner act_runner
runs-on: ubuntu-latest
steps:
- name: Checkout via SSH
- name: Checkout
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.RUNNER_SSH_KEY }} # la clé privée ici
persist-credentials: false
fetch-depth: 1
- name: Setup Node.js