Skip to content

Update remote to access it using .git address #22

Update remote to access it using .git address

Update remote to access it using .git address #22

Workflow file for this run

name: Server
on: [push, pull_request]
jobs:
gradle-build:
runs-on: ubuntu-latest
services:
mongo:
image: mongo:7
ports:
- '27017-27019:27017-27019'
steps:
- name: Checkout repository
uses: actions/checkout@v4