Skip to content

UPDATED: Update Github Actions to version 4, remove Vapor's Swift ima… #23

UPDATED: Update Github Actions to version 4, remove Vapor's Swift ima…

UPDATED: Update Github Actions to version 4, remove Vapor's Swift ima… #23

Workflow file for this run

name: test
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build:
name: Swift on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
- name: Run mmd-swift
run: swift run mmd-swift