Skip to content

fix: Review's importer processing logic fixing | NPG-7896 #415

fix: Review's importer processing logic fixing | NPG-7896

fix: Review's importer processing logic fixing | NPG-7896 #415

Workflow file for this run

name: CI Test
on:
pull_request:
branches:
- main
permissions:
id-token: write
contents: read
packages: write
jobs:
build:
name: CI Test
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
steps:
- name: Install Earthly
uses: earthly/actions/setup-earthly@v1
with:
version: v0.7.0
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
run: |
earthly -P --remote-cache=ghcr.io/${{ github.repository }}:cache +test