Python backend for a Slack's kudos plugin.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: updated github actions again

+1 -1
+1 -1
.github/workflows/lint-and-test.yml
··· 69 69 run: poetry install -n --no-ansi 70 70 - name: Run tests 71 71 env: 72 - DATABASE_URL: postgres://postgres:postgres@localhost:5432/${{ inputs.project }} 72 + DATABASE_URL: postgresql://postgres:postgres@localhost:5432/${{ inputs.project }} 73 73 REDIS_HOST: localhost 74 74 SLACK_BOT_TOKEN: dummy 75 75 SLACK_TEAM_ID: dummy