From 1f526374d4b9b9dabc9428a60689b89a55f15009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Fr=C3=A9con?= Date: Sun, 11 Feb 2024 13:08:23 +0100 Subject: [PATCH] Add simple runner test --- .github/workflows/test.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..da229f4 --- /dev/null +++ b/.github/workflows/test.yml @@ -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