Skip to content

Modify tests CI to run on push on any branch and on ubuntu-latest (#2) #7

Modify tests CI to run on push on any branch and on ubuntu-latest (#2)

Modify tests CI to run on push on any branch and on ubuntu-latest (#2) #7

Workflow file for this run

name: Tests
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "master" ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
# Runs a single command using the runners shell
- name: Run the scripts
run: |
sudo bash install.sh