Skip to content

Bump minecraft-data from 3.44.0 to 3.46.1 in /tests_e2e/bot #75

Bump minecraft-data from 3.44.0 to 3.46.1 in /tests_e2e/bot

Bump minecraft-data from 3.44.0 to 3.46.1 in /tests_e2e/bot #75

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