This commit is contained in:
parent
fbbd5ec153
commit
e4476063e7
1 changed files with 0 additions and 28 deletions
|
|
@ -1,28 +0,0 @@
|
||||||
name: CI
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Setup Node
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: 22
|
|
||||||
|
|
||||||
- name: Show environment
|
|
||||||
run: |
|
|
||||||
echo "Branch: ${{ github.ref_name }}"
|
|
||||||
echo "Commit: ${{ github.sha }}"
|
|
||||||
node --version
|
|
||||||
|
|
||||||
- name: Run a fake test
|
|
||||||
run: |
|
|
||||||
echo "Pretending to test..."
|
|
||||||
test 1 -eq 1 && echo "OK ✅"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue