Skip to content

Commit

Permalink
Merge pull request #17 from Waterclone/main
Browse files Browse the repository at this point in the history
Merge develop to main
  • Loading branch information
Waterclone authored Aug 31, 2023
2 parents 77ce86a + d6aabaa commit dcef46a
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 35 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/PushFeaturePullDevMainWorkflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
on:
push:
branches:
- feature
pull_request:
branches:
- main
- develop

env:
NODE_VERSION: '16.x'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}

- name: Install dependencies
run: npm ci

- name: Build
run: npm run build

- name: Run Tests
run: npm test

- name: Upload artifact for deployment
uses: actions/upload-artifact@v2
with:
name: node-app
path: .
34 changes: 0 additions & 34 deletions .github/workflows/fromfeaturetodevelop.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main_l5-m3-2.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions

name: Build and deploy Node.js app to Azure Web App - L5-M3-2
name: Build and deploy to Azure Webapp - L5-M3-2

on:
push:
Expand Down

0 comments on commit dcef46a

Please sign in to comment.