test
This commit is contained in:
parent
900c665bba
commit
f87131a7fc
1 changed files with 4 additions and 5 deletions
|
@ -34,6 +34,8 @@ jobs:
|
|||
with:
|
||||
buildkitd-flags: '--allow-insecure-entitlement network.host'
|
||||
driver-opts: network=host
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Lint test
|
||||
run: |
|
||||
registry=${{ github.server_url }}
|
||||
|
@ -41,14 +43,11 @@ jobs:
|
|||
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
|
||||
fullrepo=https://${registry}/${repository}.git
|
||||
git init
|
||||
git pull ${fullrepo}
|
||||
# git pull ${fullrepo}
|
||||
npm install @angular/cli
|
||||
npm run lint
|
||||
echo "getting the username"
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Make changes
|
||||
- name: Update version
|
||||
run: |
|
||||
# Perform actions that modify files in the repository
|
||||
echo "Updated content" > my_file.txt
|
||||
|
|
Loading…
Reference in a new issue