Skip to content

Added external_ids to Find(OrCreate)UserRepresenter, allow users to be found by UUID #1519

Added external_ids to Find(OrCreate)UserRepresenter, allow users to be found by UUID

Added external_ids to Find(OrCreate)UserRepresenter, allow users to be found by UUID #1519

Workflow file for this run

name: Assets
on:
pull_request:
push:
branches:
- main
schedule:
- cron: '0 0 * * 0' # weekly
jobs:
assets:
timeout-minutes: 30
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-pr-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-pr-
- name: Build assets
run: |
gem install bundler
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
bundle exec rake assets:precompile