Skip to content

Commit 5c80602

Browse files
authored
actual final yaml
1 parent bd93f5c commit 5c80602

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ env:
44
IMAGE_NAME: student_service
55
REPO_NAME:
66

7+
78
jobs:
89
build:
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: actions/checkout@v2
1213
- name: Build docker
1314
run: |
14-
docker build ./one -t casperdejong02/$IMAGE_NAME
15+
docker build . -t casperdejong02/$IMAGE_NAME
1516
- name: run docker
1617
run: |
1718
docker run -d -p 8080:8080 casperdejong02/$IMAGE_NAME:latest && \
@@ -20,7 +21,7 @@ jobs:
2021
- name: "Check files existence"
2122
uses: andstor/file-existence-action@v2
2223
with:
23-
files: "one/postman/collection.json,one/postman/environment.json"
24+
files: "one/postman/collection.json,postman/environment.json"
2425
fail: true
2526

2627
- name: Run API Tests

0 commit comments

Comments
 (0)