Skip to content

Commit 53d54c8

Browse files
authored
Update dotnet-core.yml
1 parent 77f8989 commit 53d54c8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
jobs:
1111
buildAndTest:
1212
runs-on: ubuntu-latest
13+
14+
env:
15+
TOKEN: ${{ secrets.TOKEN }}
16+
FUNCTION_ENDPOINT: ${{ secrets.FUNCTION_ENDPOINT }}
17+
1318
steps:
1419
- uses: actions/checkout@v2
1520

@@ -21,9 +26,6 @@ jobs:
2126
- name: Install dependencies
2227
run: dotnet restore
2328

24-
- name: Initialize Testing Stack
25-
run: docker-compose up -d
26-
2729
- name: Build
2830
run: dotnet build --configuration Release --no-restore
2931

0 commit comments

Comments
 (0)