Skip to content

First pass at gh actions based tests #1

First pass at gh actions based tests

First pass at gh actions based tests #1

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request_target:
types:
- opened
- synchronize
push:
branches:
- main
- ci/run-tests-on-gh-actions
jobs:
RS256-tests:
uses: ./.github/workflows/rwa-qs-tests.yml
with:
sample-directory: '01-Login'
secrets: inherit