Skip to content

React Compiler ESLint plugin & update Vite/Vitest #3

React Compiler ESLint plugin & update Vite/Vitest

React Compiler ESLint plugin & update Vite/Vitest #3

name: Test build the Docker image
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
test-build-docker-image:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build Docker image
run: |
docker build .
docker build --build-arg NEPTUNE_NOTEBOOK=true .