Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
run on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Filipovici committed Apr 28, 2020
1 parent 579c41c commit fd3d151
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
name: GitHub hosted facter CI

on:
push:
branches:
- FACT-2569
on: [pull_request, push]

jobs:
ci:
Expand Down Expand Up @@ -36,10 +33,10 @@ jobs:
ref: master
path: beaker

- name: Install Ruby 2.5
- name: Install Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: '2.5'
ruby-version: '2.6'

- name: Run acceptance tests
run: sudo -E bash -c facter_4/.github/actions/presuite.sh

0 comments on commit fd3d151

Please sign in to comment.