Skip to content

Commit

Permalink
frontend test in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
pprajapa-42 committed Oct 17, 2024
1 parent 94beb7d commit b12f1bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
qml6-module-qtquick-controls \
qml6-module-qtquick-layouts \
qml6-module-qtquick-templates \
qml6-module-qt-labs-platform \
&& sudo apt-get clean
&& sudo rm -rf /var/lib/apt/lists/*
qml6-module-qt-labs-platform && \
sudo apt-get clean && \
sudo rm -rf /var/lib/apt/lists/*
- name: Build and run tests
run: |
Expand Down

0 comments on commit b12f1bc

Please sign in to comment.