Skip to content

refactor(config: BuildCachePath): continue replacing globals to singl… #578

refactor(config: BuildCachePath): continue replacing globals to singl…

refactor(config: BuildCachePath): continue replacing globals to singl… #578

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: switch base image
run: sed -i -e 's|FROM archlinux:base-devel|FROM actionless/pikaur|' Dockerfile
- name: run tests in docker
run: ./maintenance_scripts/docker_test.sh --coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}