8000 Additional unit tests · firoorg/firo@3bb0255 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Additional unit tests #14

Additional unit tests

Additional unit tests #14

Workflow file for this run

name: build Dockerfile
on:
push:
paths:
- 'Dockerfile'
pull_request:
paths:
- 'Dockerfile'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Docker image
run: docker build -t firo .
0