Skip to content

Commit

Permalink
testing e2e github workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFrancis12 committed Aug 4, 2024
1 parent e71721f commit ed1a1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
go-version: "^1.22.3"

- run: docker-compose -f docker-compose.yml -f docker-compose.e2e.yml up -d
- run: docker compose -f docker-compose.yml -f docker-compose.e2e.yml up -d

- run: npm ci
- run: npx prisma generate
Expand Down

1 comment on commit ed1a1f5

@guibean
Copy link

Choose a reason for hiding this comment

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

I have this error message "testing e2e github workflow fix", could you help me. I'm using easypanel for installation

Please sign in to comment.