Skip to content

Change signatures of string functions #742

Change signatures of string functions

Change signatures of string functions #742

Workflow file for this run

name: Test on Virtual machine
on:
- push
- pull_request
jobs:
ubuntu:
name: Ubuntu 20.04
runs-on: ubuntu-20.04
steps:
- name: GitHub repository checkout
uses: actions/checkout@v3
- name: Run script
run: ./scripts/test.sh
macos:
name: macOS Big Sur 11
runs-on: macos-11
steps:
- name: GitHub repository checkout
uses: actions/checkout@v3
- name: Set up environment
run: brew install coreutils
- name: Run script
run: ./scripts/test.sh