build(deps): bump platforms from 3.1.2 to 3.2.0 #372
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push, pull_request] | |
jobs: | |
test: | |
name: Test Suite | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout sources | |
uses: actions/checkout@v3 | |
- run: git submodule update --init --recursive | |
- run: sudo apt-get update | |
- run: sudo apt-get --yes install protobuf-compiler cargo shellcheck | |
dbus-daemon | |
swtpm swtpm-tools tpm2-abrmd tpm2-tools | |
libtss2-dev libtss2-tcti-swtpm0 libtss2-tcti-tabrmd0 | |
- run: shellcheck usr/lib/cryptographic_id/* usr/bin/* | |
usr/lib/initcpio/install/cryptographic-id | |
usr/lib/dracut/modules.d/90cryptographic-id/module-setup.sh | |
- run: dbus-run-session bash tests/run_test.sh |