test 1
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
container:
|
||||||
@@ -19,3 +19,19 @@ jobs:
|
|||||||
|
|
||||||
- name: Check version
|
- name: Check version
|
||||||
run: node -v
|
run: node -v
|
||||||
|
|
||||||
|
- name: Check directory
|
||||||
|
run: pwd
|
||||||
|
|
||||||
|
test2:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Check directory
|
||||||
|
run: pwd
|
||||||
|
|
||||||
|
- name: touch something
|
||||||
|
run: touch /tmp/touched.lol
|
||||||
Reference in New Issue
Block a user