Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
codiku-dev committed Feb 13, 2024
1 parent 5087acc commit 20d4617
Show file tree
Hide file tree
Showing 2 changed files with 337 additions and 18 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: GitHub Actions Demo
run-name: Tests before push
run-name: Unit tests before push
on: [push]
jobs:
front_end_tests:
runs-on: ubuntu-latest
steps:
- name: Display greeting
run: echo "hello"
- name: Unit tests
run: echo "Running unit tests"
- name: Run unit tests
run: npm run test:unit
Loading

0 comments on commit 20d4617

Please sign in to comment.