Skip to content

Commit

Permalink
Merge pull request #12 from KN-GEST-ongit/issue-10
Browse files Browse the repository at this point in the history
feat: #10 test pr commit
  • Loading branch information
marcinbator authored Dec 5, 2024
2 parents 5a935d5 + 72920e1 commit f570dbe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TOKEN_VERIFY_URL=http://localhost:5172/api/auth/verify
ALLOWED_ORIGINS=http://localhost:4200,http://rutai.kia.prz.edu.pl
ALLOWED_GUEST_USERS=5
ALLOWED_GUEST_USERS=5
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ on:
branches: [ "main" ]

jobs:
build:
test:
name: Test
uses: ./.github/workflows/test.yml
deploy:
name: Deploy
needs: [ test ]
runs-on: ubuntu-latest
steps:
- name: Deploy
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Test

on:
pull_request:
branches: [ "main", "dev" ]
push:
branches: [ "dev" ]
workflow_call:

jobs:
build:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f570dbe

Please sign in to comment.