Skip to content

Commit 0ee58a5

Browse files
committed
Add github action CI badge
1 parent 2e1f08f commit 0ee58a5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
Piskel
1+
Piskel
22
======
33

4+
[![E2E Tests](https://github.com/piskelapp/piskel/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/piskelapp/piskel/actions/workflows/ci.yml)
5+
46
Piskel is an easy-to-use sprite editor. It can be used to create game sprites, animations, pixel-art...
57
It is the editor used in **[piskelapp.com](https://www.piskelapp.com)**.
68

tests/e2e/playwright/integration/settings/test-export-gif-scale.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const base64_gif = [
2727
'mP+/lzZDXS8FKMAz6i3tyNU4k1NJx2xaS0AWGXf5eolzeGJWvCuKtYyAPPPkJUzYTkuvP69Qt8JhZStVNKkk0NWVlJzM0o',
2828
'YFvYHkZfP8HV3o3OtliK0/N5uXk/vtsv8De4Y3LYq8qFNwAAAABJRU5ErkJggg=='].join('');
2929

30-
test('Test export png with scaling', async ({ page }) => {
30+
test('Test export gif with scaling', async ({ page }) => {
3131
await openEditor(page);
3232

3333
await setPiskelFromImageSrc(page, base64_gif);

0 commit comments

Comments
 (0)