Fix typo s/allsice/allspice

This commit is contained in:
Daniel Lindmark 2024-05-24 12:16:19 -05:00
parent cc8b11c1a6
commit ff639a38d4

View File

@ -29,16 +29,16 @@ jobs:
run: python .allspice/utils/hello-world.py
# Run the py-allspice self-test script, this will ping the server and verify the API is working
# Parameters: ${allsice.server_url} and ${allspice.token} are automatic Workflow variables and are used to authenticate the AllSpice API
# Parameters: ${allspice.server_url} and ${allspice.token} are automatic Workflow variables and are used to authenticate the AllSpice API
- name: "[🔑->🕸️] Test AllSpice API with py-allspice 🔎"
run: python .allspice/utils/py-allspice-BIST.py --allspice_hub_url ${{ allsice.server_url }} --allspice_token ${{ allsice.token }}
run: python .allspice/utils/py-allspice-BIST.py --allspice_hub_url ${{ allspice.server_url }} --allspice_token ${{ allspice.token }}
# Generate a netlist from Altium .PcbDoc file
# Run the generate_netlist.py script from the .allspice/utils directory
- name: Generate Netlist
run: |
echo -e "repo ${{ allsice.repository }}"
ALLSPICE_AUTH_TOKEN=${{ allsice.token }} python .allspice/utils/generate_netlist.py "${{ allsice.repository }}" "Archimajor.PcbDoc" --allspice_hub_url "${{ allsice.server_url }}" --output_file Archimajor.pcbdoc.netlist.txt
echo -e "repo ${{ allspice.repository }}"
ALLSPICE_AUTH_TOKEN=${{ allspice.token }} python .allspice/utils/generate_netlist.py "${{ allspice.repository }}" "Archimajor.PcbDoc" --allspice_hub_url "${{ allspice.server_url }}" --output_file Archimajor.pcbdoc.netlist.txt
# Print the netlist file to the terminal