Skip to content

Commit

Permalink
Removed extra $ from environment variable for MRAP (#514)
Browse files Browse the repository at this point in the history
Signed-off-by: Ankit Saurabh <[email protected]>
  • Loading branch information
Ankit Saurabh authored Sep 13, 2023
1 parent 57d1bd6 commit 0a8bb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
S3_ACCESS_POINT_ARN: ${{ vars.S3_ACCESS_POINT_ARN }}
S3_OLAP_ALIAS: ${{ vars.S3_OLAP_ALIAS }}
S3_OLAP_ARN: ${{ vars.S3_OLAP_ARN }}
S3_MRAP_ARN: $${{ vars.S3_MRAP_ARN }}
S3_MRAP_ARN: ${{ vars.S3_MRAP_ARN }}
RUST_FEATURES: fuse_tests,s3_tests,fips_tests

permissions:
Expand Down

1 comment on commit 0a8bb28

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 0a8bb28 Previous: 57d1bd6 Ratio
sequential_read 292.32421875 MiB/s 1024.54912109375 MiB/s 3.50

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.