Skip to content

Commit

Permalink
chore: env actions gh
Browse files Browse the repository at this point in the history
  • Loading branch information
wellitongervickas committed Nov 10, 2023
1 parent 6aa29d1 commit f45c3ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Run Tests

env:
NAME: 'Node'

on:
push:
branches:
Expand All @@ -9,7 +12,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
environment: Node
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit f45c3ab

Please sign in to comment.