Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Merge pull request #3 from malatinipro/addCi #2

Merge pull request #3 from malatinipro/addCi

Merge pull request #3 from malatinipro/addCi #2

Workflow file for this run

name: mandatory tests macos
on:
push:
branches: [ "validated" ]
pull_request:
branches: [ "validated" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: mandatory tests
run: cd ft_containers/tester/; ./do.sh
shell: bash