Skip to content

Commit

Permalink
adding directory creation and update
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtallcampbell committed Jun 20, 2024
1 parent fa2418f commit b85508e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-core-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ jobs:
echo "Running: docker exec ${DEV_CONTAINER_NAME} bash -c \"/spacefx-dev/debugShim-deploy.sh --debug_shim ${{ inputs.app_name }}\""
docker exec ${DEV_CONTAINER_NAME} bash -c "/spacefx-dev/debugShim-deploy.sh --debug_shim ${{ inputs.app_name }}"
mkdir -p /var/spacedev/tmp
chmod 777 /var/spacedev/tmp
echo "Running: k3s kubectl exec -n payload-app deploy/${{ inputs.app_name }} -- bash -c \"/usr/bin/dotnet /workspaces/${{ inputs.app_name }}/test/integrationTestHost/bin/Debug/net6.0/integrationTestHost.dll\" &"
(
# Reroute the stdout to a file so we can uniquely identify this run
Expand Down

0 comments on commit b85508e

Please sign in to comment.