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 --