Skip to content

Listen to SQS events for s3 object import from scraper #409

Listen to SQS events for s3 object import from scraper

Listen to SQS events for s3 object import from scraper #409

name: Build Pull Request
on: [pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: ./.github/actions/setup-frontend
- run: npm run build:ui
working-directory: frontend
- name: Export Mock Frontend
uses: actions/upload-artifact@v4
if: github.event_name == 'pull_request'
with:
name: mock-frontend
path: frontend/out
retention-days: 1