mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 11:28:09 +00:00
Test infrastructure for C# Azure Function testing (#2055)
Add support for function tests and the ability to run them against either real Azure Storage or the Azurite emulator. See follow-up PR #2032 for actual usage.
This commit is contained in:
@ -17,6 +17,9 @@ wget https://aka.ms/downloadazcopy-v10-linux
|
||||
tar -xvf downloadazcopy-v10-linux
|
||||
sudo cp ./azcopy_linux_amd64_*/azcopy /usr/bin/
|
||||
|
||||
# Install Azurite
|
||||
sudo npm install -g azurite
|
||||
|
||||
# Restore rust dependencies
|
||||
echo "Restoring rust dependencies"
|
||||
cargo install cargo-audit cargo-license # requirements if you want to run ci/agent.sh
|
||||
|
Reference in New Issue
Block a user