Skip to content

[DARK] [ENABLE-1210] add initial ci #1

[DARK] [ENABLE-1210] add initial ci

[DARK] [ENABLE-1210] add initial ci #1

Workflow file for this run

name: Run CI
on:
pull_request:
push:
branches:
- main
env:
GH_PACKAGE_USERNAME: ${{ secrets.GH_PACKAGE_USERNAME }}
GH_PACKAGE_TOKEN: ${{ secrets.GH_PACKAGE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
ci:
runs-on: [ staging-iac ]
steps:
- name: checkout repository
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: |
npm install