Skip to content

Commit

Permalink
System tests tryout
Browse files Browse the repository at this point in the history
  • Loading branch information
jherbel committed Nov 28, 2023
1 parent 79f3086 commit abc40a6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/system_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "System test"

on: [push]

jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: mxschmitt/action-tmate@v3

0 comments on commit abc40a6

Please sign in to comment.