This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
name: Test CI
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
# Label này sẽ khớp với ubuntu-latest:docker://node:20-bullseye
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Run a hello world
|
||||||
|
run: echo "Hello, workflow đang chạy thành công!"
|
||||||
Reference in New Issue
Block a user