From c2c4e52d4241ce60709719813028578f71bfe8bd Mon Sep 17 00:00:00 2001 From: Martin Meyerhoff Date: Wed, 12 Feb 2025 11:56:56 +0100 Subject: [PATCH] Add Github CI with custom action --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..05bfc60 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,10 @@ +on: [push] + +jobs: + run_tests: + runs-on: ubuntu-22.04 + name: Run tests on ... + steps: + - uses: actions/checkout@v4 + - id: foo + uses: friendlycart/action-solidus-extension@main