Skip to content

Bump minecraft-data from 3.49.0 to 3.59.3 #169

Bump minecraft-data from 3.49.0 to 3.59.3

Bump minecraft-data from 3.49.0 to 3.59.3 #169

Workflow file for this run

name: Run a test
on:
push:
pull_request:
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Create report file
run: date +%s > report.txt
- name: Minecraft AFKBot (push)
uses: Minionguyjpro/Afk-bot@master
with:
ip: herobrine.org
name: BOTTEST
port: 25565
if: ${{ github.event_name != 'pull_request' }}
- name: Minecraft AFKBot (pull request)
uses: ./
with:
ip: herobrine.org
name: BOTTEST
port: 25565
if: ${{ github.event_name == 'pull_request' }}