There was an error while loading. Please reload this page.
1 parent 91c0936 commit 0d9c611Copy full SHA for 0d9c611
1 file changed
.github/test-application.yml .github/workflows/test-application.yml.github/test-application.yml renamed to .github/workflows/test-application.yml
@@ -5,7 +5,9 @@ on: [push, pull_request]
5
jobs:
6
test:
7
runs-on: ubuntu-latest
8
-
+ env:
9
+ PORT: 8000
10
+
11
steps:
12
- name: Checkout code
13
uses: actions/checkout@v2
0 commit comments