Skip to content

Commit

Permalink
refactor: remove phaser testing
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Biggins <sambiggins@gmail.com>
  • Loading branch information
smileynet committed Apr 3, 2023
1 parent d9399d0 commit 45716f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
run: yarn test:e2e
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
if: always()
with:
name: test-results
path: test-results/
Expand All @@ -62,6 +57,6 @@ jobs:
- uses: actions/upload-artifact@v3
if: always()
with:
name: coverage-report
path: coverage/
name: test-results
path: test-results/
retention-days: 30
17 changes: 9 additions & 8 deletions COMMITLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@
* update tests based on refactor ([5965494](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/5965494a11e6e9810804f804c677e789baaf0f90))


### Continuous Integration

* add gh-pages deployment on push to main ([1f0a6d0](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/1f0a6d0ab3be740652e2454a498e1d16c812eb8a))
* update node version ([ac23253](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/ac23253c7643cfd455d5ddd6339d9a11942aefd8))
* update workflow to use jest & playwright ([e676a7a](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/e676a7aac78c97e8cf9fe69203e8c68a089cce1e))
* update workflow versioning, add artifact uploads ([e79d7a2](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/e79d7a25619c8e3f836190c51ba3b5cf980c270f))


### Code Refactoring

* arrange files to appropriate folders ([f3e7248](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/f3e72484db44cd118fda3e30cd01a2a037148267))
Expand All @@ -120,6 +128,7 @@
* project cleanup ([8c91038](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/8c910380919c2cf5b64a6ed9fb5eba3e2cb8dc13))
* project cleanup ([54aa0bd](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/54aa0bda5748964d28af0bfc64f125330fc6928e))
* refactor main scene init ([07bb7d7](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/07bb7d7fe8b0d5c8a8508c33df01a08f4c613fd4))
* remove phaser testing ([d9399d0](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/d9399d0b34527450f55dba2af798bb3592e9bb5e))
* remove unneeded variable ([570c6a9](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/570c6a9814eacaac8d2b2b577e1002f2f3f4c97f))
* removing react and other excess packages to simplify project ([9030395](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/903039591eb1faf1adfed9aa14148eae38eff852))
* simplify move events ([8af7ac8](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/8af7ac80447a045a71bdef4fd7de890326fc840d))
Expand All @@ -129,11 +138,3 @@
* time system ([53f7ab2](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/53f7ab27c2795824b7fa8de56475d742fac5bad3))
* time system ([31ea1fc](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/31ea1fc988b11e398ca9eb1cdfc6469609829f71))


### Continuous Integration

* add gh-pages deployment on push to main ([1f0a6d0](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/1f0a6d0ab3be740652e2454a498e1d16c812eb8a))
* update node version ([ac23253](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/ac23253c7643cfd455d5ddd6339d9a11942aefd8))
* update workflow to use jest & playwright ([e676a7a](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/e676a7aac78c97e8cf9fe69203e8c68a089cce1e))
* update workflow versioning, add artifact uploads ([e79d7a2](https://github.com/Unnamed-GameDev-Studio/postapoc/commit/e79d7a25619c8e3f836190c51ba3b5cf980c270f))

0 comments on commit 45716f2

Please sign in to comment.