Skip to content

Commit 3fbc60d

Browse files
committed
workflow fixes
1 parent 89898a6 commit 3fbc60d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Build Docker Image
20-
run: docker build -t my-container .
21-
22-
- name: Run Docker Container
23-
run: |
24-
docker run -d --name build-env -v ${{ github.workspace }}:/workspace my-container tail -f /dev/null
20+
run: ./run.sh
2521

2622
- name: Build inside Docker
2723
run: docker exec build-env bash -c "cd /workspace && make -j$(nproc)"

0 commit comments

Comments
 (0)