Skip to content

Merge pull request #55 from turikhay/dependabot/npm_and_yarn/tests_e2… #87

Merge pull request #55 from turikhay/dependabot/npm_and_yarn/tests_e2…

Merge pull request #55 from turikhay/dependabot/npm_and_yarn/tests_e2… #87

Workflow file for this run

name: E2E test
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Build
uses: ./.github/workflows/nightly.yml
test:
name: E2E test
needs: build
strategy:
fail-fast: false
matrix:
version:
- 1.20.1
- 1.16.5
- 1.16.3
- 1.13.2
- 1.12.2
- 1.8.9
proxy:
- velocity
- bungeecord
uses: ./.github/workflows/e2e_test.yml
with:
proxy: ${{ matrix.proxy }}
version: ${{ matrix.version }}