Skip to content

Commit

Permalink
feat: ajustes no módulo para instalação no SEI v5
Browse files Browse the repository at this point in the history
  • Loading branch information
higodf committed May 14, 2024
1 parent fc9f8a5 commit 5d3dabb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PHP_CodeSniffer

on: [push, pull_request]
on: [pull_request]

jobs:
phpcs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Testes da API

on: [push, pull_request]
on: [pull_request]
env: # Or as an environment variable
NEWMAN_BASEURL: 'http://localhost:8000'

Expand Down

0 comments on commit 5d3dabb

Please sign in to comment.