Skip to content

Commit

Permalink
REVERT ME: use relative inputs for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Feb 16, 2024
1 parent 63b06d6 commit 866de49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

- name: Check if there's an existing artifact for this baseline
id: checkForExistingArtifact
# TODO: CHANGE TO MAIN GITHUB VERSION BEFORE MERGING
uses: ./.github/actions/javascript/getArtifactInfo
with:
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_COMMIT_TOKEN }}
Expand All @@ -52,7 +53,7 @@ jobs:
git fetch origin tag ${{ steps.getMostRecentRelease.outputs.VERSION }} --no-tags --depth=1
git switch --detach ${{ steps.getMostRecentRelease.outputs.VERSION }}
- uses: Expensify/App/.github/actions/composite/buildAndroidE2EAPK@main
- uses: ./.github/actions/composite/buildAndroidE2EAPK
if: ${{ !fromJSON(steps.checkForExistingArtifact.outputs.ARTIFACT_FOUND) }}
with:
ARTIFACT_NAME: baseline-apk-${{ steps.getMostRecentRelease.outputs.VERSION }}
Expand Down Expand Up @@ -121,7 +122,8 @@ jobs:
- name: Checkout "delta ref"
run: git checkout ${{ steps.getDeltaRef.outputs.DELTA_REF }}

- uses: Expensify/App/.github/actions/composite/buildAndroidE2EAPK@main
#TODO: REVERT TO Expensify/App/.github/actions/composite/buildAndroidE2EAPK@main BEFORE MERGING!!!
- uses: ./.github/actions/composite/buildAndroidE2EAPK
with:
ARTIFACT_NAME: delta-apk-${{ steps.getDeltaRef.outputs.DELTA_REF }}
UPLOAD_ARTIFACT: false
Expand Down

0 comments on commit 866de49

Please sign in to comment.