Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ajustes no módulo para instalação no SEI v5 #78

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: ajustes no módulo para instalação no SEI v5
  • Loading branch information
higodf committed May 14, 2024
commit 5d3dabbaea796faf41c47b566b09aadf2c42eef7
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
Loading