Sync
All checks were successful
Deployment Verification Ubuntu / deploy-and-test (push) Successful in 2m16s
All checks were successful
Deployment Verification Ubuntu / deploy-and-test (push) Successful in 2m16s
This commit is contained in:
24
.gitea/workflows/ci-main-ubuntu.yml
Normal file
24
.gitea/workflows/ci-main-ubuntu.yml
Normal file
@ -0,0 +1,24 @@
|
||||
#
|
||||
name: Deployment Verification Ubuntu
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy-and-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Make the script files executable
|
||||
run: chmod +x * -R
|
||||
|
||||
- name: Run a script
|
||||
run: sudo ./main.sh
|
Reference in New Issue
Block a user