Skip to content

Standardized error handling with company1 #183

Standardized error handling with company1

Standardized error handling with company1 #183

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
workflow_dispatch:
jobs:
test_django:
uses: SENG-499-Company2-B01/Algs1/.github/workflows/django.yml@main
build:
runs-on: ubuntu-latest
needs: [test_django]
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag alg1:$(date +%s)