mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 02:06:15 -04:00
Generate prod build inside container
This commit is contained in:
parent
3b265322e0
commit
40a4872f70
3 changed files with 12 additions and 6 deletions
6
.github/workflows/pull_requests.yml
vendored
6
.github/workflows/pull_requests.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
with:
|
||||
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
containerfiles: ./Containerfile
|
||||
platforms: linux/arm64, linux/amd64
|
||||
platforms: linux/amd64
|
||||
oci: true
|
||||
|
||||
- name: UI Tests
|
||||
|
@ -52,7 +52,3 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get install xvfb
|
||||
xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui
|
||||
image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue