Skip to content

Commit

Permalink
feat: add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio committed Jun 17, 2024
1 parent 2e6b504 commit 98560f7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker-ui-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Create .env file graphql
run: cp packages/graphql/.env.example packages/graphql/.env

- name: Create .env file explorer
run: cp packages/app-explorer/.env.example packages/app-explorer/.env

- name: Setup Node
uses: FuelLabs/github-actions/setups/node@master
with:
node-version: 20.11.0
pnpm-version: 8.9.2

- name: Build production UI
run: pnpm build:prod

- name: Build and push Fuel Explorer Graphql image of Explorer UI
uses: ./.github/actions/docker-publish
id: publish
Expand Down

0 comments on commit 98560f7

Please sign in to comment.