Skip to content

Commit

Permalink
chore: test github action frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julink-eth committed Apr 18, 2024
1 parent e9c6f13 commit c2ddc1a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 121 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/docker.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- released

jobs:
publish:
ens-app-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./
file: ./Dockerfile
file: ./packages/ens-app-v3/Dockerfile
push: true
tags: consensys/linea-resolver:${{ env.DOCKER_TAG }}
build-args: BUILD_COMMAND="pnpm build"
16 changes: 16 additions & 0 deletions .github/workflows/poh-verifier-build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build and Publish PoH Verifier API

on:
pull_request:
branches:
- main
paths:
- "packages/poh-verifier/**"

jobs:
l2-contracts-tests:
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./packages/poh-verifier
30 changes: 0 additions & 30 deletions .github/workflows/slither.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/test.yml

This file was deleted.

File renamed without changes.

0 comments on commit c2ddc1a

Please sign in to comment.