Skip to content

Commit

Permalink
update ci.yml to run config test
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Aug 5, 2024
1 parent 1e48e9e commit d4f9b37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Build docker
run: docker build -f Dockerfile . --tag ${{ env.IMAGE_NAME }}
- name: Test config
run: /bin/bash veilid-server-config
# - name: Test docker
# run: docker run --rm ${{ env.IMAGE_NAME }}

Expand Down

0 comments on commit d4f9b37

Please sign in to comment.