Skip to content

Commit

Permalink
ci: actualize core version
Browse files Browse the repository at this point in the history
  • Loading branch information
ereali-aneo committed Sep 11, 2024
1 parent 1f8099b commit 08ce9d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
working-directory: ${{ github.workspace }}/infra
type: localhost
ext-csharp-version: 0.18.0
core-version: 0.25.0-jgpayloaddeletion.15.2535db86
core-version: 0.25.0

- name: Run HtcMock Client
run: |
Expand Down Expand Up @@ -124,12 +124,12 @@ jobs:
run: |
mkdir /tmp/sockets
chmod 777 /tmp/sockets
docker run --rm -d --name htcmock -u $(id -u) -e ComputePlane__WorkerChannel__Address=/cache/worker.sock -e ComputePlane__AgentChannel__Address=/cache/agent.sock -v /tmp/sockets:/cache -v /tmp/Results:/tmp/Results dockerhubaneo/armonik_core_htcmock_test_worker:0.25.0-jgpayloaddeletion.15.2535db86
docker run --rm -d --name htcmock -u $(id -u) -e ComputePlane__WorkerChannel__Address=/cache/worker.sock -e ComputePlane__AgentChannel__Address=/cache/agent.sock -v /tmp/sockets:/cache -v /tmp/Results:/tmp/Results dockerhubaneo/armonik_core_htcmock_test_worker:0.25.0
- name: Run TaskReRunner
working-directory: src/TaskReRunner
run: |
dotnet run --path /tmp/task.json
dotnet run --path /tmp/Task.json
publish-nuget:
strategy:
Expand Down

0 comments on commit 08ce9d1

Please sign in to comment.