This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
name: Build G365SFU
|
||||
run-name: Build and Deploy G365SFU
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
@@ -8,13 +9,6 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
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
|
||||
uses: actions/checkout@v6
|
||||
- name: Set up Go
|
||||
|
||||
Reference in New Issue
Block a user