Skip to content

Commit

Permalink
chore: add judger agent github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Apr 10, 2024
1 parent 1d0fd6e commit 7682cbd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/judger-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: src/sub-app/judger-agent/
working-directory: ./src/sub-app/judger-agent
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
# - uses: actions/setup-node@v3
# with:
# node-version: 16
- run: pwd && ls -la
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
Expand Down

0 comments on commit 7682cbd

Please sign in to comment.