Skip to content

Commit

Permalink
🚧 wip: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Rettend committed Jan 20, 2024
1 parent 3d26590 commit e1ea30c
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,28 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: pnpm

- name: Install eemoji
run: pnpm i -g eemoji

# - name: Install eemoji
# env:
# SKIP_POSTINSTALL: true
# run: pnpm i
# run: pnpm i -g eemoji

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

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces not allowed
- name: Install eemoji
env:
SKIP_POSTINSTALL: true
run: pnpm i

- name: Build eemoji
run: pnpm run build

- name: Setup eemoji
run: pnpm i

- name: Link eemoji
run: pnpm link --global

# - name: Build eemoji
# run: pnpm run build
- name: Print eemoji version
run: eemoji --version

# - name: Setup eemoji
# run: pnpm i
- name: Print ls
run: ls -la

- name: Switch to test branch
run: git checkout -b test
Expand Down

0 comments on commit e1ea30c

Please sign in to comment.