Skip to content
Snippets Groups Projects
Commit fffd2527 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[GHA] first attempt at GitHub actions quicktest

parent 987a03da
No related branches found
No related tags found
No related merge requests found
name: QuicktestPRAgainstDev
on:
pull_request:
branches: [ dev ]
jobs:
test:
name: Run quicktest on PR branch
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: DockerRunQuicktest
run: sh run-docker.sh quicktest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment