Skip to content

Commit

Permalink
Add simple runner test
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Feb 11, 2024
1 parent 7b77388 commit 1f52637
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: ci

on:
push:
branches:
- feature/*

jobs:
test:
runs-on: fedora
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
filter: blob:none
- name: Test Environment
run: |
env

0 comments on commit 1f52637

Please sign in to comment.