test 1
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
@@ -19,3 +19,19 @@ jobs:
|
||||
|
||||
- name: Check version
|
||||
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