Skip to content

Commit

Permalink
Change working directory for Run test
Browse files Browse the repository at this point in the history
  • Loading branch information
srknzl committed Aug 27, 2024
1 parent ff6e730 commit c56754f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/KubernetesExternalClients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ jobs:
./mvnw -B -V -e clean install -DskipTests
- name: Run test
working-directory: KubernetesExternalClients/java
run: |
cd KubernetesExternalClients/java
sed -i '' "s/<EXTERNAL-IP>/${{needs.create-gke-cluster.outputs.external-ip}}/g" src/main/java/KubernetesExternalTest.java
mvn exec:java &> output.txt
tail -n 20 output.txt &> last20lines.txt
Expand Down

0 comments on commit c56754f

Please sign in to comment.