Skip to content

feat(resource.lic): v1.13.0 Add read-only FIXSKILLS service bonus planner #776

feat(resource.lic): v1.13.0 Add read-only FIXSKILLS service bonus planner

feat(resource.lic): v1.13.0 Add read-only FIXSKILLS service bonus planner #776

Workflow file for this run

name: RSpec Tests
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
env:
BUNDLE_WITHOUT: 'gtk:vscode:profanity'
name: Run tests on Ruby
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 # v1.315.0
with:
bundler-cache: true
- name: Install xmllint
uses: awalsh128/cache-apt-pkgs-action@553a35bb8ebd9fcabcb1c9451aa4c98e1b4ca8a9 # v1.6.3
with:
packages: libxml2-utils
version: 1.0
- name: Run type data migrations to create gameobj-data.xml
run: bin/migrate
- name: Run RSpec tests
run: bundle exec rspec
- name: Archive gameobj-data.xml artifact
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
path: dist/gameobj-data.xml
retention-days: 1
overwrite: true
archive: false