Skip to content

Commit

Permalink
Merge pull request #23 from HyperPlay-Gaming/ci/add_test_gha
Browse files Browse the repository at this point in the history
[CI] add test gha
  • Loading branch information
BrettCleary authored Jul 24, 2024
2 parents 8375c21 + 72a1931 commit cc81454
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Test

on:
pull_request:
branches: [main, stable]
workflow_dispatch:

jobs:
test:
uses: HyperPlay-Gaming/workflows/.github/workflows/nodejs_commands.yml@main
with:
node_version: '20'
pkg_manager: 'pnpm'
install: 'pnpm i'
name: 'test'
command_one: 'pnpm test'
command_one_name: 'Test'
checkout_recursive: false
secrets:
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'

1 comment on commit cc81454

@eliasdiek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BrettCleary hi ,I'm looking for someone with your stack to work on our platform as a freelancer or full time . some projects start soon and others begin in half a year . are you up ? contact me on telegram @eliasdiek or via email at eliasdiekk@gmail.com

Please sign in to comment.