start adding gh workflows #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test stage call | ||
on: push | ||
concurrency: ${{inputs.resource_id}} | ||
jobs: | ||
call: | ||
uses: ./.github/workflows/stage_call.yml | ||
Check failure on line 9 in .github/workflows/test.yaml
|
||
with: | ||
resource_id: ${{vars.TEST_PACKAGE_ID}} | ||
package_url: ${{vars.TEST_PACKAGE_URL}} | ||
S3_HOST: ${{vars.S3_HOST}} | ||
S3_BUCKET: ${{vars.S3_TEST_BUCKET}} # using test bucket | ||
S3_FOLDER: ${{vars.S3_TEST_FOLDER}} # using test folder | ||
secrets: inherit |