Skip to content

Bump mineflayer from 4.13.0 to 4.19.0 #178

Bump mineflayer from 4.13.0 to 4.19.0

Bump mineflayer from 4.13.0 to 4.19.0 #178

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