Skip to content

Commit

Permalink
Adapted the workflow to the devContainerService removal
Browse files Browse the repository at this point in the history
  • Loading branch information
MBerkayHamurcu committed Dec 29, 2024
1 parent 2414ab5 commit 3370b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
push: never
imageName: vsctex
runCmd: |
if [[ "$(service --status-all 2>&1)" != *"[ ? ] devContainerService"* ]]; then exit 1; fi
grep -c "watchFileChanges" .devcontainer/devContLog.txt | grep -q "^1$" || exit 1
- name: Upload resulting document
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3370b3e

Please sign in to comment.