Skip to content

Commit

Permalink
Fix bug in test workflow (#500)
Browse files Browse the repository at this point in the history
This PR fixes an unknown variable bug in the test workflow
  • Loading branch information
MarkoBarisic authored Aug 8, 2024
1 parent 0e271fc commit dbd5696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
build_scope: "${{ matrix.build_scope }}"
memgraph_ref: "v${{ matrix.mg_version }}-${{ matrix.mg_rc_version }}"
memgraph_ref_update: "false"
memgraph_download_link: "s3://deps.memgraph.io/memgraph/v${{ matrix.mg_version }}-${{ matrix.mg_rc_version }}/debian-11${{ matrix.arch == 'arm64' && '-aarch64' || '' }}/memgraph_${{ mg_version }}-1_${{ matrix.arch }}.deb"
memgraph_download_link: "s3://deps.memgraph.io/memgraph/v${{ matrix.mg_version }}-${{ matrix.mg_rc_version }}/debian-11${{ matrix.arch == 'arm64' && '-aarch64' || '' }}/memgraph_${{ matrix.mg_version }}-1_${{ matrix.arch }}.deb"
secrets: inherit

PR_test:
Expand Down

0 comments on commit dbd5696

Please sign in to comment.