Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
testing variables
  • Loading branch information
MSFTJim authored Jul 20, 2024
1 parent d7967e7 commit b7a68ab
Showing 1 changed file with 6 additions and 33 deletions.
39 changes: 6 additions & 33 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,13 @@
name: build-deploy-IMPROVED
name: Action-to-Test

on:
workflow_dispatch:

jobs:
job1a:
name: build-code
dinner:
name: whats-for-dinner
runs-on: ubuntu-latest
steps:
- name: Restore, Build, Test, Publish
run: echo Restore, Build, Test, Publish
job1b:
name: deploy-sql
runs-on: ubuntu-latest
steps:
- name: schema, triggers & sprocs
run: echo deploy sql
job1c:
name: deploy-cosmos
runs-on: ubuntu-latest
steps:
- name: cosmos document db
run: echo cosmos document db

job2:
runs-on: ubuntu-latest
name: Deploy App to test Azure WebService
needs: [job1a,job1b,job1c]
steps:
- name: Deploy App to Azure WebService
run: echo Restore, Build, Test, Publish

job3:
runs-on: ubuntu-latest
name: Deploy App to Prod Azure WebService
needs: job2
steps:
- name: Deploy App to Azure WebService
run: echo Restore, Build, Test, Publish
- name: Tell me what you ate
run: echo ${{ secrets.DINNER }}

0 comments on commit b7a68ab

Please sign in to comment.