Skip to content

Change Dockerfile to make less calls to apt-get #109

Change Dockerfile to make less calls to apt-get

Change Dockerfile to make less calls to apt-get #109

Workflow file for this run

name: ci:test
on:
push:
branches: [main, development]
pull_request:
branches: [main, development]
jobs:
test:
if: github.repository_owner == 'minicomp'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: test
run: bundle exec rake wax:test