Skip to content

Sync new protein translation test case (#273) #192

Sync new protein translation test case (#273)

Sync new protein translation test case (#273) #192

Workflow file for this run

# Run all tests for commits to master
name: AWK / main
on:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Install software
run: sudo apt update && sudo apt -y install gawk bats
- name: Run tests for all exercises
run: bash bin/ci