diff --git a/.github/workflows/ion-java-performance-regression-detector.yml b/.github/workflows/ion-java-performance-regression-detector.yml index efc82c5c2..d2ec7d6ad 100644 --- a/.github/workflows/ion-java-performance-regression-detector.yml +++ b/.github/workflows/ion-java-performance-regression-detector.yml @@ -35,11 +35,11 @@ jobs: java -jar $jar_file generate -S ${{env.data_size}} --input-ion-schema $schema_dir/${test}.isl testData/${test}.10n done - - name: Upload test Ion Data to artifacts - uses: actions/upload-artifact@v3 - with: - name: ${{env.test_data_id}} - path: testData + - name: Upload test Ion Data to artifacts + uses: actions/upload-artifact@v3 + with: + name: ${{env.test_data_id}} + path: testData detect-regression: name: Detect Regression @@ -86,9 +86,9 @@ jobs: # Get the benchmark results from the base commit - name: Build ion-java from the base commit - working-directory: baseline - run: | - git submodule init && git submodule update && ./gradlew clean publishToMavenLocal + working-directory: baseline + run: | + git submodule init && git submodule update && ./gradlew clean publishToMavenLocal - name: Benchmark ion-java from the base commit working-directory: ion-java-benchmark-cli