Skip to content

Changing config in pipeline.yml #6

Changing config in pipeline.yml

Changing config in pipeline.yml #6

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Checkout submodules
run: |
sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
git submodule update --init --recursive
- name: Configuration
run: export DOTFILES_HOME=$GITHUB_WORKSPACE
- name: Install dependencies
run: sudo apt-get install -qq bats
- name: Run test
run: make test