Skip to content

handling the mElements name #12

handling the mElements name

handling the mElements name #12

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test-server:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up server environment
run: |
make
- name: Run server tests
run: |
ifconfig | grep inet
./ircserv 6667 1234
timeout-minutes: 3 # 3분 타임아웃 설정
test-client:
runs-on: macos-latest
steps:
- name: Attatch to server
uses: test-server
- name: Run client tests
run: |
sleep 10
./testClient
# 클라이언트 테스트 실행