Skip to content

scrabble-score: sync #637

scrabble-score: sync

scrabble-score: sync #637

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: macos-13
env:
RUNALL: "true"
steps:
- name: Checkout code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Run tests
run: swift test
generator-tests:
runs-on: macos-13
env:
RUNALL: "true"
steps:
- name: Checkout code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Run tests
run: swift test --package-path ./generator
generator-template-tests:
runs-on: macos-13
steps:
- name: Checkout code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Run tests
run: ./bin/test_generator.sh