Skip to content

WIP

WIP #4

Workflow file for this run

name: Skyetel
on: push
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: skyetel
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
env:
BUNDLE_FROZEN: false
with:
working-directory: skyetel
bundler-cache: true
- name: Run the tests
run: bundle exec rake