Skip to content

Commit

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

- name: Print npm roots
run: |
echo "NPM root: $(npm root)"
echo "NPM global root: $(npm root -g)"
- name: Print .git/COMMIT_EDITMSG
run: cat .git/COMMIT_EDITMSG

Check failure on line 48 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: Switch to test branch
run: git checkout -b test
Expand All @@ -61,12 +62,6 @@ jobs:

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

- 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 aa32f4e

Please sign in to comment.