Skip to content

Commit

Permalink
Rename script; add SPDX identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
SWilson4 committed Feb 2, 2024
1 parent 2ae7bc1 commit c365028
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
uses: actions/checkout@v4
with:
sparse-checkout: |
scripts/provider-release-tests.sh
scripts/provider-test-trigger.sh
sparse-checkout-cone-mode: false
- name: Trigger oqs-provider release tests
run: |
CURL_FLAGS="--silent --write-out \n%{response_code}\n" \
ACCESS_TOKEN="${{ secrets.OQSBOT_GITHUB_ACTIONS }}" \
LIBOQS_REF="${{ github.ref_name }}" \
PROVIDER_REF="${{ github.ref_name }}-tracker" \
./scripts/provider-release-tests.sh | tee curl_out \
./scripts/provider-test-trigger.sh | tee curl_out \
&& grep -q "204" curl_out
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

# SPDX-License-Identifier: MIT

# Trigger the oqs-provider release tests in CI.

# Variables:
Expand Down

0 comments on commit c365028

Please sign in to comment.