From 572c101b55c56d7693ef0a2cb7ae8eca4b548525 Mon Sep 17 00:00:00 2001 From: "daniel.eades" Date: Mon, 5 Aug 2024 14:37:56 +0100 Subject: [PATCH] add installer tests --- .github/workflows/installer.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/installer.yml diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml new file mode 100644 index 0000000000..aa88857169 --- /dev/null +++ b/.github/workflows/installer.yml @@ -0,0 +1,19 @@ +name: Installer Test + +on: + push: + branches: [main] + pull_request: + +jobs: + test: + name: installer (${{ matrix.os }}) + strategy: + matrix: + os: [ubuntu, windows, macos] + runs-on: ${{ matrix.os }}-latest + steps: + - uses: actions/checkout@v4 + - name: Install D2 + run: | + cat install.sh | sh -s --