Skip to content

Bump the bundler-minor group in /tictactoe_ruby with 2 updates #574

Bump the bundler-minor group in /tictactoe_ruby with 2 updates

Bump the bundler-minor group in /tictactoe_ruby with 2 updates #574

Workflow file for this run

# This workflow will run the tests on the swift version of tictactoe
name: swift
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-latest
defaults:
run:
working-directory: ./tictactoe_swift
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
- name: Build
run: swift build
- name: Test
run: swift test