Skip to content

Fix route missing return 405 #15 (#18) #30

Fix route missing return 405 #15 (#18)

Fix route missing return 405 #15 (#18) #30

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build Docker image
run: docker build --target rust-builder -t crates-registry-test .
- name: Run tests in the Docker container
run: docker run crates-registry-test cargo test