This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
name: Build G365SFU
|
name: Build G365SFU
|
||||||
|
run-name: Build and Deploy G365SFU
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
@@ -8,13 +9,6 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js
|
|
||||||
run: |
|
|
||||||
if command -v apt-get &> /dev/null; then
|
|
||||||
sudo apt-get update && sudo apt-get install -y nodejs npm
|
|
||||||
elif command -v brew &> /dev/null; then
|
|
||||||
brew install node
|
|
||||||
fi
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
|
|||||||
Reference in New Issue
Block a user