Skip to content

Commit

Permalink
test: add linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Oct 3, 2023
1 parent 3f8852e commit 0c28474
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Build Docker Image
run: docker build -t credential_issuer src-tauri/tests/common/credential_issuer
# - name: Build Docker Image
# run: docker build -t credential_issuer src-tauri/tests/common/credential_issuer

- name: Run Docker Container
run: docker run -d --name credential_issuer -p 8000:8000 credential_issuer
# - name: Run Docker Container
# run: docker run -d --name credential_issuer -p 8000:8000 credential_issuer

- name: Install Packages
run: |
sudo apt update && sudo apt -y install
libwebkit2gtk-4.0-dev
build-essential
curl
wget
libglib2.0-dev
libssl-dev
libgtk-3-dev
libappindicator3-dev
librsvg2-dev
libappindicator-dev
sudo apt update && sudo apt -y install \
libwebkit2gtk-4.0-dev \
build-essential \
curl \
wget \
libglib2.0-dev \
libssl-dev \
libgtk-3-dev \
libappindicator3-dev \
librsvg2-dev \
libappindicator-dev \
libgdk3.0-cil libatk1.0-dev
- name: Run Tests
Expand Down

0 comments on commit 0c28474

Please sign in to comment.