Skip to content

github actions branch added #17

github actions branch added

github actions branch added #17

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main", "seok" ]
pull_request:
branches: [ "main", "seok" ]
jobs:
test-server:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up server environment and Run server tests
run: |
bash test.sh