Skip to content

Add draw pile and discard pile #5

Add draw pile and discard pile

Add draw pile and discard pile #5

Workflow file for this run

# Automatically launches GUT tests on push and PR on the main
name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
execute-gut:
name: Run GUT tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Docker test
# awaiting for v 9.2 for godot 4.2 to release
uses: ceceppa/godot-gut-ci@0.2.0
with:
godot_version: 4.2
gut_params: -gdir=res://Tests/