Skip to content

Commit

Permalink
wip now download/upload instead of cache, #4
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Dec 7, 2023
1 parent 96b227a commit 0c637ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MQTT-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
base_ref=`sed 's/\//-/g' <<< "${{ github.base_ref || github.ref }}"`
current_ref=`sed 's/\//-/g' <<< "${{ github.ref }}"`
echo "prior=benchmark-output-${{ runner.os }}-${base_ref}.txt" >> $GITHUB_OUTPUT
echo "current=benchmark-output-${{ runner.os }}-${current_ref}.txt'" >> $GITHUB_OUTPUT
echo "current=benchmark-output-${{ runner.os }}-${current_ref}.txt" >> $GITHUB_OUTPUT
- name: Download benchmark result for ${{ github.base_ref || github.ref}}
id: prev
Expand Down

0 comments on commit 0c637ba

Please sign in to comment.