Skip to content

Commit

Permalink
feature: moving the env for the whole job
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Gomes Marinho authored and Vinicius Gomes Marinho committed May 4, 2023
1 parent f74d5da commit e6750b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/starter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
nodejs_build:

runs-on: ubuntu-latest
env:
KKA_PROJECT_DIRECTORY: example
steps:

- uses: actions/checkout@v3
Expand All @@ -18,8 +20,6 @@ jobs:
go-version: '1.20'

- name: build
env:
KKA_PROJECT_DIRECTORY: example
run: make project_build

- name: push
Expand Down

0 comments on commit e6750b7

Please sign in to comment.