Skip to content

Commit

Permalink
refactor: change array_map to map in the collection
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter committed Jul 21, 2024
1 parent 3ce7007 commit 817bb20
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/run-tests-on-databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: run-tests-on-databases

on:
# todo: retrun on push after correcting configs
# push:
# paths:
# - "**.php"
# - ".github/workflows/run-tests.yml"
# - ".github/workflows/run-tests-on-databases.yml"
# - "phpunit.xml.dist"
# - "composer.json"
# - "composer.lock"
workflow_dispatch:

jobs:
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
name: run-tests

on:
# todo: retrun on push after correcting configs
# todo: retrun on push after correcting configs
# push:
# paths:
# - "**.php"
# - ".github/workflows/run-tests.yml"
# - ".github/workflows/run-tests-on-databases.yml"
# - "phpunit.xml.dist"
# - "composer.json"
# - "composer.lock"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 817bb20

Please sign in to comment.