Skip to content

Commit

Permalink
chores renovate: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
isimluk committed May 24, 2023
1 parent fcba2ec commit adc5456
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: test

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: true
- run: ./runtest.sh
3 changes: 2 additions & 1 deletion runtest.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/bash
set -e -o pipefail
set -x

rm -f openscap-*.gem
#gem build openscap.gemspec
gem build openscap.gemspec
#gem install openscap-*.gem
bundle exec rake test
bundle exec rubocop

0 comments on commit adc5456

Please sign in to comment.