Skip to content

Commit

Permalink
🚧 wip: trying
Browse files Browse the repository at this point in the history
  • Loading branch information
Rettend committed Jan 20, 2024
1 parent e8aacba commit 1bb762d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- name: Setup eemoji
run: node ./bin/eemoji.mjs init -c none

- name: Try eemoji
run: pnpm run dev run -d 4

- name: Print npm roots
run: |
echo "NPM root: $(npm root)"
Expand All @@ -64,6 +61,12 @@ jobs:

- name: Make a commit with a keyword
run: 'git commit --allow-empty -m ''test: eemoji'''

Check failure on line 64 in .github/workflows/e2e.yml

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces not allowed
- name: Try eemoji
run: pnpm run dev run -d 4

- name: Print .git/COMMIT_EDITMSG
run: cat .git/COMMIT_EDITMSG

- name: Check the commit message for emoji
run: |
Expand Down

0 comments on commit 1bb762d

Please sign in to comment.