Add GitHub action steps to build and run the tests

This commit is contained in:
lwthiker
2022-03-04 18:57:13 +02:00
parent be84f39250
commit e13a644559

View File

@@ -29,3 +29,13 @@ jobs:
push: false push: false
context: firefox/ context: firefox/
tags: curl-impersonate-firefox:latest tags: curl-impersonate-firefox:latest
- name: Build the tests container
uses: docker/build-push-action@v2
with:
push: false
context: tests/
tags: curl-impersonate-tests:latest
- name: Run the tests
run: docker run --rm curl-impersonate-tests --log-cli-level DEBUG