Skip to content

Commit

Permalink
Fixing wrong cache key in Push Notifications integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas committed Nov 3, 2023
1 parent 7b9b54b commit 83feda8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integ_test_push_notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ jobs:
restore-keys: |
amplify-packages-
- name: Attempt to use the provided build cache
- name: Attempt to restore the build cache
id: build-cache
timeout-minutes: 4
continue-on-error: true
uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
with:
path: ${{ github.workspace }}/Build
key: AWSPinpointPushNotificationsPlugin-${{ matrix.platform }}-latest-build-main
key: Amplify-${{ matrix.platform }}-build-cache

- name: Run Local Server
run: |
Expand Down

0 comments on commit 83feda8

Please sign in to comment.